Skip to content

Commit c61801a

Browse files
committed
#738 - remove fuzzy flags
1 parent f587bc0 commit c61801a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/xml.sax.utils.po

Lines changed: 6 additions & 6 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.sax.utils.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!xml.sax.saxutils` --- SAX Utilities"
22-
msgstr ":mod:`xml.sax.saxutils` --- SAX 유틸리티"
21+
msgstr ":mod:`!xml.sax.saxutils` --- SAX 유틸리티"
2322

2423
#: ../../library/xml.sax.utils.rst:10
2524
msgid "**Source code:** :source:`Lib/xml/sax/saxutils.py`"
@@ -96,6 +95,8 @@ msgid ""
9695
">>> print(\"<element attr=%s>\" % quoteattr(\"ab ' cd \\\" ef\"))\n"
9796
"<element attr=\"ab ' cd &quot; ef\">"
9897
msgstr ""
98+
">>> print(\"<element attr=%s>\" % quoteattr(\"ab ' cd \\\" ef\"))\n"
99+
"<element attr=\"ab ' cd &quot; ef\">"
99100

100101
#: ../../library/xml.sax.utils.rst:58
101102
msgid ""
@@ -127,9 +128,8 @@ msgstr ""
127128
"출력합니다."
128129

129130
#: ../../library/xml.sax.utils.rst:74
130-
#, fuzzy
131131
msgid "Added the *short_empty_elements* parameter."
132-
msgstr "*short_empty_elements* 매개 변수."
132+
msgstr "*short_empty_elements* 매개 변수를 추가했습니다."
133133

134134
#: ../../library/xml.sax.utils.rst:80
135135
msgid ""
@@ -145,7 +145,6 @@ msgstr ""
145145
" 않지만, 서브 클래스는 특정 메서드를 재정의하여 이벤트 스트림이나 구성 요청이 지나갈 때 수정할 수 있습니다."
146146

147147
#: ../../library/xml.sax.utils.rst:90
148-
#, fuzzy
149148
msgid ""
150149
"This function takes an input source and an optional base URL and returns "
151150
"a fully resolved :class:`~xml.sax.xmlreader.InputSource` object ready for"
@@ -157,5 +156,6 @@ msgstr ""
157156
"이 함수는 입력 소스와 선택적인 베이스 URL을 받아들이고 완전히 결정되고 읽을 준비가 된 "
158157
":class:`~xml.sax.xmlreader.InputSource` 객체를 반환합니다. 입력 소스는 문자열, 파일류 객체 또는 "
159158
":class:`~xml.sax.xmlreader.InputSource` 객체로 지정할 수 있습니다; 구문 분석기는 "
160-
":meth:`parse` 메서드에 대한 다형적인 *source* 인자를 구현하는 데 이 함수를 사용할 수 있습니다."
159+
":meth:`~xml.sax.xmlreader.XMLReader.parse` 메서드에 대한 다형적인 *source* 인자를 구현하는"
160+
" 데 이 함수를 사용할 수 있습니다."
161161

0 commit comments

Comments
 (0)