Skip to content
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

Docu: POEntry.__init__() docstring not in Sphinx output #145

Open
buhtz opened this issue Jul 17, 2023 · 0 comments
Open

Docu: POEntry.__init__() docstring not in Sphinx output #145

buhtz opened this issue Jul 17, 2023 · 0 comments

Comments

@buhtz
Copy link

buhtz commented Jul 17, 2023

polib/polib.py

Lines 967 to 991 in 8adc7f9

Constructor, accepts the following keyword arguments:
``comment``
string, the entry comment.
``tcomment``
string, the entry translator comment.
``occurrences``
list, the entry occurrences.
``flags``
list, the entry flags.
``previous_msgctxt``
string, the entry previous context.
``previous_msgid``
string, the entry previous msgid.
``previous_msgid_plural``
string, the entry previous msgid_plural.
``linenum``
integer, the line number of the entry

That docstring is not part of the Sphinx output.

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

No branches or pull requests

1 participant