Skip to content

Conversation

hafskjfha
Copy link

리뷰 부탁드립니다. 처음 해보는 활동이라 놓친게 많을 수도 있습니다. 감사합니다.

@flowdas
Copy link
Collaborator

flowdas commented Oct 11, 2025

sphinx-lint 경고가 나오고 있습니다.

library/__main__.po:35: trailing whitespace (trailing-whitespace)
library/__main__.po:89: trailing whitespace (trailing-whitespace)
library/__main__.po:99: trailing whitespace (trailing-whitespace)
library/__main__.po:111: trailing whitespace (trailing-whitespace)
library/__main__.po:195: trailing whitespace (trailing-whitespace)
library/__main__.po:212: trailing whitespace (trailing-whitespace)
library/__main__.po:234: trailing whitespace (trailing-whitespace)
library/__main__.po:245: trailing whitespace (trailing-whitespace)
library/__main__.po:305: trailing whitespace (trailing-whitespace)
library/__main__.po:318: trailing whitespace (trailing-whitespace)
library/__main__.po:349: trailing whitespace (trailing-whitespace)
library/__main__.po:360: trailing whitespace (trailing-whitespace)
library/__main__.po:370: trailing whitespace (trailing-whitespace)
library/__main__.po:383: trailing whitespace (trailing-whitespace)
library/__main__.po:471: trailing whitespace (trailing-whitespace)
library/__main__.po:501: trailing whitespace (trailing-whitespace)
library/__main__.po:510: trailing whitespace (trailing-whitespace)
library/__main__.po:527: trailing whitespace (trailing-whitespace)
library/__main__.po:540: trailing whitespace (trailing-whitespace)
library/__main__.po:724: trailing whitespace (trailing-whitespace)
library/__main__.po:730: trailing whitespace (trailing-whitespace)

그대로 두면 빌드 시스템이 불평할 것이라, 고치는게 좋겠습니다. 줄번호로 시작하는 블럭의 msgstr 을 살펴보세요. 아마 끝에 공백 문자가 포함되어 있을겁니다.

감사합니다.

@hafskjfha
Copy link
Author

수정했습니다

msgstr ""
"표준 라이브러리에서 최소한의 ``__main__.py`` 를 가진 패키지 예시로는 :mod:`venv` 를 들 수 있습니다. 이 "
"모듈에는 ``if __name__ == '__main__'`` 블록이 포함되어 있지 않으며, ``python -m venv "
"[directory]`` 명령으로 호출할 수 있습니다. "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 trailing whitespace 가 하나 남아있습니다.

Copy link
Collaborator

@flowdas flowdas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last-Translator 도 바꾸시는 것이 좋지 않을까요?

@hafskjfha
Copy link
Author

두개 모두 수정하였습니다. 다음부터는 trailing whitespace체크를 더 잘하겠습니다

@flowdas flowdas merged commit 3dd0f4b into python:3.13 Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants