Update code_snippet.rst
authorSong YeongHwan <48872145+thdkrhk99@users.noreply.github.com>
Fri, 1 Nov 2019 00:31:52 +0000 (09:31 +0900)
committerSong YeongHwan <48872145+thdkrhk99@users.noreply.github.com>
Fri, 1 Nov 2019 00:31:52 +0000 (09:31 +0900)
modified expression

docs/ko-KR/code_snippet.rst

index a6e57fd79a99a645b861e17a4185d14ae2dc22dc..38b9755866e031621210a3fa6827df75d4b1ad9d 100644 (file)
@@ -17,7 +17,7 @@ OAuth
 
    auth = tweepy.OAuthHandler("consumer_key", "consumer_secret")
    
-   # 권한을 얻기 위해 사용자를 트위터로 전송
+   # 권한을 얻기 위해 트위터로 리다이렉트
    redirect_user(auth.get_authorization_url())
    
    # 접근 토큰을 얻음
@@ -51,8 +51,8 @@ OAuth
    for follower in tweepy.Cursor(api.followers).items():
        follower.follow()
 
-커서를 ì\9d´ì\9a©í\95\9c ì\8b\9cê°\84 ì \9cí\95\9cì\9d\98 ì²\98리
-==============================
+커서 ì\9d´ì\9a© ì\86\8dë\8f\84 ì \9cí\95\9cì\9d\98 ì²\98리
+==========================
    
 커서는 커서 안의 ``next()``\ 메소드 안에서 ``RateLimitError``\ 를 일으킵니다. 이 오류는 커서를 반복자로 감쌈으로써 처리할 수 있습니다.