Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6016e39 commit 8c78d3aCopy full SHA for 8c78d3a
1 file changed
Tools/i18n/pygettext.py
@@ -342,7 +342,7 @@ def write(self, fp):
342
# comment stating so. This is to aid translators who may wish
343
# to skip translating some unimportant docstrings.
344
if reduce(operator.__add__, v.values()):
345
- print >> fp, '#. docstring'
+ print >> fp, '#, docstring'
346
# k is the message string, v is a dictionary-set of (filename,
347
# lineno) tuples. We want to sort the entries in v first by
348
# file name and then by line number.
0 commit comments