Skip to content

Commit 5eb4743

Browse files
committed
Keep only one line in docstring of __init__.py
1 parent da8c75a commit 5eb4743

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

msgcheck/__init__.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@
1919
#
2020

2121
"""
22-
Perform various checks on gettext files:
23-
* compilation (with command `msgfmt -c`)
24-
* for each translation:
25-
* number of lines in translated strings
26-
* whitespace at beginning/end of strings
27-
* trailing whitespace at end of lines inside strings
28-
* punctuation at end of strings
29-
* spelling
22+
Perform various checks on gettext files.
3023
"""
3124

3225
from . import msgcheck

0 commit comments

Comments
 (0)