Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf8110c

Browse files
committed
more proofreading of re.po
1 parent d77e791 commit cf8110c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/re.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgstr ""
55
"Project-Id-Version: Python 3.6\n"
66
"Report-Msgid-Bugs-To: \n"
77
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
8-
"PO-Revision-Date: 2018-12-07 18:44+0100\n"
8+
"PO-Revision-Date: 2018-12-07 18:47+0100\n"
99
"Last-Translator: Julien Palard <[email protected]>\n"
1010
"Language-Team: FRENCH <[email protected]>\n"
1111
"Language: fr\n"
@@ -1307,12 +1307,12 @@ msgid ""
13071307
"const:`ASCII` flag is used, only letters 'a' to 'z' and 'A' to 'Z' are "
13081308
"matched."
13091309
msgstr ""
1310-
"A noter : quand les motifs Unicode ``[a-z]`` ou ``[A-Z]`` sont utilisés en "
1310+
"À noter : quand les motifs Unicode ``[a-z]`` ou ``[A-Z]`` sont utilisés en "
13111311
"combinaison avec la constante :const:`IGNORECASE`, ils correspondront aux 52 "
13121312
"caractères ASCII et aux 4 caractères non ASCII : 'İ' (*U+0130*, Latin "
13131313
"majuscule I avec un point au-dessus), 'ı' (*U+0131*, Latin minuscule sans "
13141314
"point au-dessus), 'ſ' (*U+017F*, Latin miniscule *long s*) et 'K' (*U+212A*, "
1315-
"Kelvin sign). Si la constante :const:`ASCII` est utilisée, seules les "
1315+
"Kelvin sign). Si la constante :const:`ASCII` est utilisée, seuls les "
13161316
"caractères 'a' à 'z' et 'A' à 'Z' seront concernés."
13171317

13181318
#: ../Doc/library/re.rst:674
@@ -2136,7 +2136,7 @@ msgid ""
21362136
"are considered atomic."
21372137
msgstr ""
21382138
"Ajout du support des fonctions :func:`copy.copy` et :func:`copy.deepcopy`. "
2139-
"Les objets correspondant sont considérés atomiques."
2139+
"Les objets correspondants sont considérés atomiques."
21402140

21412141
#: ../Doc/library/re.rst:1324
21422142
msgid "Regular Expression Examples"

0 commit comments

Comments
 (0)