@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/xml.sax.utils.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!xml.sax.saxutils` --- SAX Utilities"
22
- msgstr ":mod:`xml.sax.saxutils` --- SAX 유틸리티"
21
+ msgstr ":mod:`! xml.sax.saxutils` --- SAX 유틸리티"
23
22
24
23
#: ../../library/xml.sax.utils.rst:10
25
24
msgid "**Source code:** :source:`Lib/xml/sax/saxutils.py`"
@@ -96,6 +95,8 @@ msgid ""
96
95
">>> print(\" <element attr=%s>\" % quoteattr(\" ab ' cd \\\" ef\" ))\n"
97
96
"<element attr=\" ab ' cd " ef\" >"
98
97
msgstr ""
98
+ ">>> print(\" <element attr=%s>\" % quoteattr(\" ab ' cd \\\" ef\" ))\n"
99
+ "<element attr=\" ab ' cd " ef\" >"
99
100
100
101
#: ../../library/xml.sax.utils.rst:58
101
102
msgid ""
@@ -127,9 +128,8 @@ msgstr ""
127
128
"출력합니다."
128
129
129
130
#: ../../library/xml.sax.utils.rst:74
130
- #, fuzzy
131
131
msgid "Added the *short_empty_elements* parameter."
132
- msgstr "*short_empty_elements* 매개 변수 ."
132
+ msgstr "*short_empty_elements* 매개 변수를 추가했습니다 ."
133
133
134
134
#: ../../library/xml.sax.utils.rst:80
135
135
msgid ""
@@ -145,7 +145,6 @@ msgstr ""
145
145
" 않지만, 서브 클래스는 특정 메서드를 재정의하여 이벤트 스트림이나 구성 요청이 지나갈 때 수정할 수 있습니다."
146
146
147
147
#: ../../library/xml.sax.utils.rst:90
148
- #, fuzzy
149
148
msgid ""
150
149
"This function takes an input source and an optional base URL and returns "
151
150
"a fully resolved :class:`~xml.sax.xmlreader.InputSource` object ready for"
@@ -157,5 +156,6 @@ msgstr ""
157
156
"이 함수는 입력 소스와 선택적인 베이스 URL을 받아들이고 완전히 결정되고 읽을 준비가 된 "
158
157
":class:`~xml.sax.xmlreader.InputSource` 객체를 반환합니다. 입력 소스는 문자열, 파일류 객체 또는 "
159
158
":class:`~xml.sax.xmlreader.InputSource` 객체로 지정할 수 있습니다; 구문 분석기는 "
160
- ":meth:`parse` 메서드에 대한 다형적인 *source* 인자를 구현하는 데 이 함수를 사용할 수 있습니다."
159
+ ":meth:`~xml.sax.xmlreader.XMLReader.parse` 메서드에 대한 다형적인 *source* 인자를 구현하는"
160
+ " 데 이 함수를 사용할 수 있습니다."
161
161
0 commit comments