-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ch3-generators.md #7
base: master
Are you sure you want to change the base?
Conversation
오타수정 Itreation -> Iteration
오타수정 |
예제코드 indent수정
indent 오류 수정
자연스러운 문맥을 위해 "낭비" -> "사용", "RAM" -> "메모리"로 변경
오타수정 번역제안
오타수정 파이선 -> 파이썬
오타수정 에외 -> 예외
ch10-slots-magic.md
Outdated
@@ -29,7 +29,7 @@ class MyClass(object): | |||
# ... | |||
``` | |||
|
|||
두 번째 코드는 RAM의 부담을 줄입니다. 어떤 사람은 이 방법을 사용해서 RAM 사용량을 거의 40에서 50% 정도로 줄였습니다. | |||
두 번째 코드는 의 부담을 줄입니다. 어떤 사람은 이 방법을 사용해서 사용량을 거의 40에서 50% 정도로 줄였습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기는 RAM
이 없어졌네요.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗, 감사합니다.
탈자 수정해 놓았습니다.
4월에 올려주신 것을보고 대부분 반영을 할 좋은 내용이지만, 제가 저 이후로 하나하나 확인을 할 수 없을 정도로 업무에 바쁜 시간을 보내고 있어 답변이 늦었네요. 주말 중으로 반영하도록 하겠습니다. 혹시나 주실 말씀이 있으시다면 제 메일로 편하게 주시면 좋겠습니다! |
ram -> 메모리 수정중 탈자 수정
오타수정 Itreation -> Iteration