10000 Fix case in terms. by JulienPalard · Pull Request #1684 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Fix case in terms. #1684

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
Sep 7, 2021
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions glossary.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-12-17 16:05+0100\n"
"PO-Revision-Date: 2021-03-19 15:49+0100\n"
"PO-Revision-Date: 2021-09-07 13:36+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -1449,7 +1449,7 @@ msgstr ""
"séquence (comme :class:`list`, :class:`str`, et :class:`tuple`), quelques "
"autres types comme :class:`dict`, :term:`objets fichiers <objet fichier>` ou "
"tout objet d'une classe ayant une méthode :meth:`__iter__` ou :meth:"
"`__getitem__` qui implémente la sémantique d'une :term:`Sequence`."
"`__getitem__` qui implémente la sémantique d'une :term:`Sequence <sequence>`."

#: glossary.rst:606
msgid ""
Expand Down
7 changes: 4 additions & 3 deletions library/os.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: 2021-05-19 22:36+0200\n"
"PO-Revision-Date: 2020-06-08 12:50+0200\n"
"PO-Revision-Date: 2021-09-07 13:39+0200\n"
"Last-Translator: Mathieu Dupuy <deronnax@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -375,8 +375,9 @@ msgid ""
"An :term:`abstract base class` for objects representing a file system path, "
"e.g. :class:`pathlib.PurePath`."
msgstr ""
":term:`Classe de base abstraite` pour les objets représentant un chemin du "
"système de fichiers, comme :class:`pathlib.PurePath`."
":term:`Classe de base abstraite <classe de base abstraite>` pour les objets "
"représentant un chemin du système de fichiers, comme :class:`pathlib."
"PurePath`."

#: library/os.rst:217
msgid "Return the file system path representation of the object."
Expand Down
0