Skip to content

Commit 3c3a7a6

Browse files
committed
#745 - remove fuzzy flags
1 parent 19c7769 commit 3c3a7a6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

library/xml.dom.po

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/xml.dom.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!xml.dom` --- The Document Object Model API"
22-
msgstr ":mod:`xml.dom` --- 문서 객체 모델 API"
21+
msgstr ":mod:`!xml.dom` --- 문서 객체 모델 API"
2322

2423
#: ../../library/xml.dom.rst:10
2524
msgid "**Source code:** :source:`Lib/xml/dom/__init__.py`"
@@ -144,13 +143,12 @@ msgid "The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`."
144143
msgstr ":mod:`xml.dom.minidom`\\이 지원하는 DOM에 대한 W3C 권장 사항."
145144

146145
#: ../../library/xml.dom.rst:76
147-
#, fuzzy
148146
msgid ""
149147
"`Python Language Mapping Specification "
150148
"<https://www.omg.org/spec/PYTH/1.2/PDF>`_"
151149
msgstr ""
152-
"`Python Language Mapping Specification <http://www.omg.org/cgi-"
153-
"bin/doc?formal/02-11-05.pdf>`_"
150+
"`Python Language Mapping Specification "
151+
"<https://www.omg.org/spec/PYTH/1.2/PDF>`_"
154152

155153
#: ../../library/xml.dom.rst:77
156154
msgid "This specifies the mapping from OMG IDL to Python."
@@ -1093,15 +1091,14 @@ msgstr ""
10931091
"어트리뷰트 노드입니다. :attr:`value` 어트리뷰트로 값을 얻으십시오."
10941092

10951093
#: ../../library/xml.dom.rst:736
1096-
#, fuzzy
10971094
msgid ""
10981095
"There are also experimental methods that give this class more mapping "
10991096
"behavior. You can use them or you can use the standardized "
11001097
":meth:`!getAttribute\\*` family of methods on the :class:`Element` "
11011098
"objects."
11021099
msgstr ""
11031100
"이 클래스에 더 많은 매핑 동작을 제공하는 실험적인 메서드도 있습니다. 이를 사용하거나 :class:`Element` 객체에서 "
1104-
"표준화된 :meth:`getAttribute\\*` 메서드 집합을 사용할 수 있습니다."
1101+
"표준화된 :meth:`!getAttribute\\*` 메서드 집합을 사용할 수 있습니다."
11051102

11061103
#: ../../library/xml.dom.rst:744
11071104
msgid "Comment Objects"
@@ -1541,6 +1538,8 @@ msgid ""
15411538
"readonly attribute string someValue;\n"
15421539
" attribute string anotherValue;"
15431540
msgstr ""
1541+
"readonly attribute string someValue;\n"
1542+
" attribute string anotherValue;"
15441543

15451544
#: ../../library/xml.dom.rst:1008
15461545
msgid ""

0 commit comments

Comments
 (0)