@@ -1035,8 +1035,8 @@ msgid ""
10351035"Optional argument *optionflags* (default value 0) takes the :ref:`bitwise OR"
10361036" <bitwise>` of option flags. See section :ref:`doctest-options`."
10371037msgstr ""
1038- "可选参数 *optionflags* (默认值为0)是选项标志的 :ref:`bitwise OR <bitwise>` 。参见章节 :ref "
1039- ":`doctest-options` 。"
1038+ "可选参数 *optionflags* (默认值为0)是选项标志的 :ref:`bitwise OR <bitwise>` 。参见章节 "
1039+ ":ref: `doctest-options` 。"
10401040
10411041#: ../../library/doctest.rst:898
10421042msgid ""
@@ -1836,8 +1836,8 @@ msgid ""
18361836"customized by passing a subclass of :class:`OutputChecker` to the "
18371837"constructor."
18381838msgstr ""
1839- "预期输出和实际输出之间的比较是由一个 :class:`OutputChecker` 完成的。 这种比较可以用一些选项标志来定制;更多信息请看 :ref "
1840- ":`doctest-options` 部分。 如果选项标志不够,那么也可以通过向构造函数传递 :class:`OutputChecker` "
1839+ "预期输出和实际输出之间的比较是由一个 :class:`OutputChecker` 完成的。 这种比较可以用一些选项标志来定制;更多信息请看 "
1840+ ":ref: `doctest-options` 部分。 如果选项标志不够,那么也可以通过向构造函数传递 :class:`OutputChecker` "
18411841"的子类来定制比较。"
18421842
18431843#: ../../library/doctest.rst:1423
@@ -1883,8 +1883,8 @@ msgid ""
18831883"test runner compares expected output to actual output, and how it displays "
18841884"failures. For more information, see section :ref:`doctest-options`."
18851885msgstr ""
1886- "可选的关键字参数 *optionflags* 可以用来控制测试运行器如何比较预期输出和实际输出,以及如何显示失败。更多信息,请参见章节 :ref "
1887- ":`doctest-options` 。"
1886+ "可选的关键字参数 *optionflags* 可以用来控制测试运行器如何比较预期输出和实际输出,以及如何显示失败。更多信息,请参见章节 "
1887+ ":ref: `doctest-options` 。"
18881888
18891889#: ../../library/doctest.rst:1451
18901890msgid ""
@@ -2024,8 +2024,8 @@ msgid ""
20242024"Return ``True`` iff the actual output from an example (*got*) matches the "
20252025"expected output (*want*). These strings are always considered to match if "
20262026"they are identical; but depending on what option flags the test runner is "
2027- "using, several non-exact match types are also possible. See section :ref "
2028- ":`doctest-options` for more information about option flags."
2027+ "using, several non-exact match types are also possible. See section "
2028+ ":ref: `doctest-options` for more information about option flags."
20292029msgstr ""
20302030"如果一个用例的实际输出( *got* )与预期输出( *want* )匹配,则返回 ``True`` 。 "
20312031"如果这些字符串是相同的,总是被认为是匹配的;但是根据测试运行器使用的选项标志,也可能有几种非精确的匹配类型。 参见章节 :ref:`doctest-"
0 commit comments