1. Some Correction for Korean translation files what I've missed(Removed "#, fuzzy", hyperlink typo).
msgstr "Tweepy.안녕()!"
#: ../../getting_started.rst:31
-#, fuzzy
msgid ""
"This example will download your home timeline tweets and print each one "
"of their texts to the console. Twitter requires all requests to use OAuth"
"Project-Id-Version: tweepy 4.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-08 05:35+0900\n"
-"PO-Revision-Date: 2021-12-03 16:41+0900\n"
+"PO-Revision-Date: 2022-01-11 14:53+0900\n"
"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
msgstr "설치하기"
#: ../../install.rst:4
-#, fuzzy
msgid ""
"The easiest way to install the latest version from PyPI is by using "
"`pip`_::"
-msgstr "PyPI로부터 최신 버전을 설치하는 가장 쉬운 방법은, pip를 이용하는 것입니다::"
+msgstr ""
+"PyPI로부터 최신 버전을 설치하는 가장 쉬운 방법은, `pip`_ 를 이용하는 것입니다::"
#: ../../install.rst:10
msgid ""
"`샘플링(Sampling)`_ 을 지원합니다. "
#: ../../streaming.rst:15
-#, fuzzy
msgid ""
"Streams utilize Streaming HTTP protocol to deliver data through an open, "
"streaming API connection. Rather than delivering data in batches through "
msgstr "오류(Error) 처리"
#: ../../streaming.rst:80
-#, fuzzy
msgid ""
":class:`Stream` has multiple methods to handle errors during streaming. "
":meth:`Stream.on_closed` is called when the stream is closed by Twitter. "