7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2022-10-31 08:13 +0000\n "
10
+ "POT-Creation-Date : 2023-02-17 00:18 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 14:41+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -167,7 +167,7 @@ msgid ""
167
167
"Please note that default values have precedence over fallback values. For "
168
168
"instance, in our example the ``'CompressionLevel'`` key was specified only "
169
169
"in the ``'DEFAULT'`` section. If we try to get it from the section "
170
- "``'topsecret.server.com '``, we will always get the default, even if we "
170
+ "``'topsecret.server.example '``, we will always get the default, even if we "
171
171
"specify a fallback:"
172
172
msgstr ""
173
173
@@ -251,8 +251,8 @@ msgstr ""
251
251
252
252
#: ../../library/configparser.rst:364
253
253
msgid ""
254
- "With ``interpolation`` set to ``None``, the parser would simply return `` "
255
- "%(my_dir)s/Pictures`` as the value of ``my_pictures`` and ``%(home_dir)s/"
254
+ "With ``interpolation`` set to ``None``, the parser would simply return "
255
+ "`` %(my_dir)s/Pictures`` as the value of ``my_pictures`` and ``%(home_dir)s/"
256
256
"lumberjack`` as the value of ``my_dir``."
257
257
msgstr ""
258
258
@@ -532,8 +532,8 @@ msgstr ""
532
532
533
533
#: ../../library/configparser.rst:669
534
534
msgid ""
535
- "*default_section*, default value: ``configparser.DEFAULTSECT`` (that is: `` "
536
- "\" DEFAULT\" ``)"
535
+ "*default_section*, default value: ``configparser.DEFAULTSECT`` (that is: "
536
+ "`` \" DEFAULT\" ``)"
537
537
msgstr ""
538
538
539
539
#: ../../library/configparser.rst:672
@@ -542,8 +542,8 @@ msgid ""
542
542
"sections or interpolation purposes is a powerful concept of this library, "
543
543
"letting users create complex declarative configurations. This section is "
544
544
"normally called ``\" DEFAULT\" `` but this can be customized to point to any "
545
- "other valid section name. Some typical values include: ``\" general\" `` or `` "
546
- "\" common\" ``. The name provided is used for recognizing default sections "
545
+ "other valid section name. Some typical values include: ``\" general\" `` or "
546
+ "`` \" common\" ``. The name provided is used for recognizing default sections "
547
547
"when reading from any source and is used when writing configuration back to "
548
548
"a file. Its current value can be retrieved using the ``parser_instance."
549
549
"default_section`` attribute and may be modified at runtime (i.e. to convert "
0 commit comments