8000 Fix stdlib by cyplp · Pull Request #27 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Fix stdlib #27

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

Closed
wants to merge 10 commits into from
Closed
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
glue words
  • Loading branch information
cyplp committed Sep 22, 2017
commit fadcce2971c406f49577cce8468b933d33e9dd05
8 changes: 2 additions & 6 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-01 13:21+0200\n"
"PO-Revision-Date: 2017-09-22 10:11+0200\n"
"PO-Revision-Date: 2017-09-22 10:13+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: \n"
"Language: fr\n"
Expand Down Expand Up @@ -2305,11 +2305,7 @@ msgid ""
"Textual data in Python is handled with :class:`str` objects, or :dfn:"
"`strings`. Strings are immutable :ref:`sequences <typesseq>` of Unicode code "
"points. String literals are written in a variety of ways:"
msgstr ""
"Les données textuelles en Python est manipulé avec des objets :class:`str` "
"ou :dfn:`strings`. Les chaînes sont des :ref:`séquences <typesseq>` "
"immuables depoints de code Unicode. Les chaînes littérales peuvent être "
"écrites de différentes manières :"
msgstr "Les données textuelles en Python est manipulé avec des objets :class:`str` ou :dfn:`strings`. Les chaînes sont des :ref:`séquences <typesseq>` immuables de points de code Unicode. Les chaînes littérales peuvent être écrites de différentes manières :"

#: ../Doc/library/stdtypes.rst:1386
msgid "Single quotes: ``'allows embedded \"double\" quotes'``"
Expand Down
0