@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/xml.dom.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!xml.dom` --- The Document Object Model API"
22
- msgstr ":mod:`xml.dom` --- 문서 객체 모델 API"
21
+ msgstr ":mod:`! xml.dom` --- 문서 객체 모델 API"
23
22
24
23
#: ../../library/xml.dom.rst:10
25
24
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`."
144
143
msgstr ":mod:`xml.dom.minidom`\\ 이 지원하는 DOM에 대한 W3C 권장 사항."
145
144
146
145
#: ../../library/xml.dom.rst:76
147
- #, fuzzy
148
146
msgid ""
149
147
"`Python Language Mapping Specification "
150
148
"<https://www.omg.org/spec/PYTH/1.2/PDF>`_"
151
149
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 >`_"
154
152
155
153
#: ../../library/xml.dom.rst:77
156
154
msgid "This specifies the mapping from OMG IDL to Python."
@@ -1093,15 +1091,14 @@ msgstr ""
1093
1091
"어트리뷰트 노드입니다. :attr:`value` 어트리뷰트로 값을 얻으십시오."
1094
1092
1095
1093
#: ../../library/xml.dom.rst:736
1096
- #, fuzzy
1097
1094
msgid ""
1098
1095
"There are also experimental methods that give this class more mapping "
1099
1096
"behavior. You can use them or you can use the standardized "
1100
1097
":meth:`!getAttribute\\ *` family of methods on the :class:`Element` "
1101
1098
"objects."
1102
1099
msgstr ""
1103
1100
"이 클래스에 더 많은 매핑 동작을 제공하는 실험적인 메서드도 있습니다. 이를 사용하거나 :class:`Element` 객체에서 "
1104
- "표준화된 :meth:`getAttribute\\ *` 메서드 집합을 사용할 수 있습니다."
1101
+ "표준화된 :meth:`! getAttribute\\ *` 메서드 집합을 사용할 수 있습니다."
1105
1102
1106
1103
#: ../../library/xml.dom.rst:744
1107
1104
msgid "Comment Objects"
@@ -1541,6 +1538,8 @@ msgid ""
1541
1538
"readonly attribute string someValue;\n"
1542
1539
" attribute string anotherValue;"
1543
1540
msgstr ""
1541
+ "readonly attribute string someValue;\n"
1542
+ " attribute string anotherValue;"
1544
1543
1545
1544
#: ../../library/xml.dom.rst:1008
1546
1545
msgid ""
0 commit comments