From 91b684b012dc9ed48fcafd10bc33aa81f22cfe0f Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 6 Nov 2020 17:58:19 +0100 Subject: [PATCH] FIX Typo (#1464) --- library/venv.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/venv.po b/library/venv.po index 89ce3c9f..7868d4e5 100644 --- a/library/venv.po +++ b/library/venv.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-10-01 16:00+0200\n" -"PO-Revision-Date: 2020-05-01 18:36+0200\n" +"PO-Revision-Date: 2020-11-06 17:48+0100\n" "Last-Translator: ZepmanBC \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -82,7 +82,7 @@ msgid "" "will be re-used." msgstr "" "Lancer cette commande crée le dossier cible (en créant tous les dossiers " -"parents qui n'existent pas déjà) et y ajoute un fichier ``pyenv.cfg`` " +"parents qui n'existent pas déjà) et y ajoute un fichier ``pyvenv.cfg`` " "contenant une variable ``home`` qui pointe sur l'installation Python depuis " "laquelle cette commande a été lancée (un nom habituel pour ce dossier cible " "est ``.venv``). Cela crée également un sous-dossier ``bin`` (ou ``Scripts`` " @@ -183,7 +183,7 @@ msgid "" "packages`` key, set to ``true`` if ``venv`` is run with the ``--system-site-" "packages`` option, ``false`` otherwise." msgstr "" -"Le fichier crée ``pyenv.cfg`` inclus aussi la clé ``include-system-site-" +"Le fichier crée ``pyvenv.cfg`` inclus aussi la clé ``include-system-site-" "packages``, dont la valeur est ``true`` si ``venv`` est lancé avec l'option " "``--system-site-packages``, sinon sa valeur est ``false``." @@ -591,7 +591,7 @@ msgstr "" #: library/venv.rst:181 msgid "Creates the ``pyvenv.cfg`` configuration file in the environment." -msgstr "Crée le fichier de configuration ``pyenv.cfg`` dans l'environnement." +msgstr "Crée le fichier de configuration ``pyvenv.cfg`` dans l'environnement." #: library/venv.rst:185 msgid ""