8000 traduction ospath by Pyodin · Pull Request #764 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

traduction ospath #764

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

8000
Merged
merged 8 commits into from
Oct 9, 2019
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
Unified
Diff view
Prev Previous commit
rewrap
  • Loading branch information
JulienPalard committed Oct 9, 2019
commit 0c93731eb38b2ddde4e32b875785f19ebfce548c
10 changes: 5 additions & 5 deletions library/os.path.po
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ msgid ""
"program; where :program:`basename` for ``'/foo/bar/'`` returns ``'bar'``, "
"the :func:`basename` function returns an empty string (``''``)."
msgstr ""
"Renvoie le nom de base du chemin d'accès *path*. C'est le second élément de la "
"paire renvoyée en passant *path* à la fonction :func:`split`. Notez que le "
"résultat de cette fonction est différent de celui du programme Unix :program:"
"`basename` ; là où :program:`basename` pour ``'/foo/bar/'`` renvoie ``'bar'``, "
"la fonction :func:`basename` renvoie une chaîne vide (``''``)."
"Renvoie le nom de base du chemin d'accès *path*. C'est le second élément de "
"la paire renvoyée en passant *path* à la fonction :func:`split`. Notez que "
"le résultat de cette fonction est différent de celui du programme Unix :"
"program:`basename` ; là où :program:`basename` pour ``'/foo/bar/'`` renvoie "
"``'bar'``, la fonction :func:`basename` renvoie une chaîne vide (``''``)."

#: ../Doc/library/os.path.rst:83
msgid ""
Expand Down
0