Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FIX Typo #1464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions library/venv.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
"Language-Team: FRENCH <[email protected]>\n"
"Language: fr\n"
Expand Down Expand Up @@ -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`` "
Expand Down Expand Up @@ -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``."

Expand Down Expand Up @@ -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 ""
Expand Down