Skip to content

Commit 76e12b0

Browse files
SY LeeSY Lee
SY Lee
authored and
SY Lee
committed
re title
1 parent ed27920 commit 76e12b0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/re.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-03-05 00:20+0000\n"
11-
"PO-Revision-Date: 2018-05-23 16:09+0000\n"
11+
"PO-Revision-Date: 2023-05-20 12:10+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -17,10 +17,11 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"X-Generator: Poedit 3.3.1\n"
2021

2122
#: ../../library/re.rst:2
2223
msgid ":mod:`re` --- Regular expression operations"
23-
msgstr ""
24+
msgstr ":mod:`re` --- 正規表示式(regular expression)操作"
2425

2526
#: ../../library/re.rst:10
2627
msgid "**Source code:** :source:`Lib/re/`"
@@ -985,7 +986,7 @@ msgid ""
985986
"combination with the :const:`IGNORECASE` flag, they will match the 52 ASCII "
986987
"letters and 4 additional non-ASCII letters: 'İ' (U+0130, Latin capital "
987988
"letter I with dot above), 'ı' (U+0131, Latin small letter dotless i), "
988-
"'ſ' (U+017F, Latin small letter long s) and '' (U+212A, Kelvin sign). If "
989+
"'ſ' (U+017F, Latin small letter long s) and 'K' (U+212A, Kelvin sign). If "
989990
"the :const:`ASCII` flag is used, only letters 'a' to 'z' and 'A' to 'Z' are "
990991
"matched."
991992
msgstr ""

0 commit comments

Comments
 (0)