10000 Apply suggestions from Seluj78 · python/python-docs-fr@f11f5de · GitHub
[go: up one dir, main page]

Skip to content

Commit f11f5de

Browse files
PyodinSeluj78
andauthored
Apply suggestions from Seluj78
Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr>
1 parent 0a40e86 commit f11f5de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/os.path.po

Lines changed: 5 additions & 5 deletions
< 10000 /div>
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ msgstr ""
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
15-
"Last-Translator: paul bhs <p.bourhis56@gmail.com>\n"
15+
"Last-Translator: Paul Bourhis <p.bourhis56@gmail.com>\n"
1616
"X-Generator: Poedit 2.2.3\n"
1717

1818
#: ../Doc/library/os.path.rst:2
1919
msgid ":mod:`os.path` --- Common pathname manipulations"
20-
msgstr ":mod:`os.path` --- manipulation courante des chemins"
20+
msgstr ":mod:`os.path` manipulation courante des chemins"
2121

2222
#: ../Doc/library/os.path.rst:7
2323
msgid ""
2424
"**Source code:** :source:`Lib/posixpath.py` (for POSIX), :source:`Lib/ntpath."
2525
"py` (for Windows NT), and :source:`Lib/macpath.py` (for Macintosh)"
2626
msgstr ""
27-
"**Code source :** :source:`Lib/posixpath.py` (pour POSIX), :source:`Lib/"
27+
"**Code source :** :source:`Lib/posixpath.py` (pour POSIX), :source:`Lib/"
2828
"ntpath.py` (pour Windows NT), et :source:`Lib/macpath.py` (pour Macintosh)"
2929

3030
#: ../Doc/library/os.path.rst:15
@@ -120,7 +120,7 @@ msgid ""
120120
msgstr ""
121121
"Retourne une version absolue normalisée du chemin d'accès *path*. Sur la "
122122
"plupart des platesforme, cela équivaut à appeler la fonction :func:"
123-
"`normpath` comme suit : ``normpath(join(os.getcwd(), chemin))```."
123+
"`normpath` comme suit : ``normpath(join(os.getcwd(), chemin))```."
124124

125125
#: ../Doc/library/os.path.rst:64 ../Doc/library/os.path.rst:77
126126
#: ../Doc/library/os.path.rst:116 ../Doc/library/os.path.rst:125
@@ -149,7 +149,7 @@ msgstr ""
149149
"Retourne le nom de base du chemin d'accès *path*. C'est le deuxième élément "
150150
"de la paire retourné en passant *path* à la fonction :func:`split`. Notez "
151151
"que le résultat de cette fonction est différent de celui du programme Unix :"
152-
"program:`basename` ; où :program:`basename` pour ``'/foo/bar/'`` renvoie "
152+
"program:`basename` ; où :program:`basename` pour ``'/foo/bar/'`` renvoie "
153153
"``'bar'``, la fonction :func:`basename` renvoie une chaîne vide (``''``)."
154154

155155
#: ../Doc/library/os.path.rst:83

0 commit comments

Comments
 (0)
0