projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34af5c6
)
Update auth_tutorial.rst
author
ifeve
<pwjys502@naver.com>
Thu, 31 Oct 2019 12:08:28 +0000
(21:08 +0900)
committer
GitHub
<noreply@github.com>
Thu, 31 Oct 2019 12:08:28 +0000
(21:08 +0900)
문법 오류 수정
docs/ko-KR/auth_tutorial.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/ko-KR/auth_tutorial.rst
b/docs/ko-KR/auth_tutorial.rst
index 5c7a1cd367d83bba72f2a5ab9772e2091925e236..d6483b48089269a15f6c5e69a0729104d6bd3d5f 100644
(file)
--- a/
docs/ko-KR/auth_tutorial.rst
+++ b/
docs/ko-KR/auth_tutorial.rst
@@
-32,7
+32,7
@@
Tweepy는 OAuth 1a를 가능한 편리하게 제공하기 위해 노력합니다
콜백 URL을 변경하지 않을 경우, 응용 프로그램의 프로필을 설정할 때 twitter.com에서 정적으로 설정하는 것이 가장 좋습니다.
기초적인 인증과는 다르게, 우리는 API를 사용하기 전에 다음의 동작이 필요합니다.
-다음의 과정을 완벽하게 따라해야 합니다
::
+다음의 과정을 완벽하게 따라해야 합니다
.
#. 트위터에서 요청 토큰을 가져오세요.