10000 Traduction partielle library/glob.po by freallearn · Pull Request #1815 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Traduction partielle library/glob.po #1815

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 7 commits into from
Apr 27, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update library/glob.po
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
  • Loading branch information
freallearn and christopheNan authored Feb 10, 2022
commit 2ccb413fef28f3cfe0781623386b375546b5e026
6 changes: 3 additions & 3 deletions library/glob.po
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ msgid ""
"*pathname* is relative, the result will contain paths relative to *root_dir*."
msgstr ""
"Si *root_dir* n'est pas ``None``, cela doit être un :term:`objet simili-chemin "
"<path-like object>` spécifiant le dossier racine pour rechercher. Cela a le "
"même effet sur :func:`glob` en changeant le dossier courant avant l'appel de "
"la fonction. Si *pathname* est relative, le résultat contiendra les chemins "
"<path-like object>` spécifiant le dossier racine de la recherche. Cela a le "
"même effet sur :func:`glob` que de changer le dossier courant avant l'appel de "
"la fonction. Si *pathname* est relatif, les chemins du résultat seront "
"relatifs au *root_dir* ."

#: library/glob.rst:56
Expand Down
0