Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364eeb6 commit 030e067Copy full SHA for 030e067
2 files changed
.stat.json
@@ -1 +1 @@
1
-{"translation": "91.56%", "updated_at": "2023-10-13T23:57:22Z"}
+{"translation": "91.56%", "updated_at": "2023-10-14T01:19:25Z"}
library/textwrap.po
@@ -289,6 +289,10 @@ msgid ""
289
"followed by a space. One problem with this algorithm is that it is unable "
290
"to detect the difference between \"Dr.\" in ::"
291
msgstr ""
292
+"(默认: ``False``) 如果为真值,:class:`TextWrapper` 将尝试检测句子结尾并确保句子间总是以恰好两个空格符分隔。 "
293
+"对于使用等宽字体的文本来说通常都需要这样。 但是句子检测算法并不完美:它假定句子结尾是一个小写字母加字符 ``'.'``, ``'!'`` 或 "
294
+"``'?'`` 之一,并可能跟一个 ``'\"'`` 或 ``\"'\"``,再跟一个空格。 此算法的一个问题是它无法区分以下文本中的 \"Dr.\" "
295
+"::"
296
297
#: ../../library/textwrap.rst:246
298
msgid "and \"Spot.\" in ::"
0 commit comments