Skip to content

Commit f5b73d7

Browse files
committed
Add module docstring
1 parent ed69003 commit f5b73d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

msgcheck.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# You should have received a copy of the GNU General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19-
#
20-
# Perform some checks on gettext files (see README.md for more info).
21-
#
19+
"""
20+
Perform some checks on gettext files (see README.md for more info).
21+
"""
2222

2323
from __future__ import print_function
2424

@@ -41,7 +41,7 @@
4141
except:
4242
pass
4343

44-
VERSION = '2.4'
44+
VERSION = '2.5-dev'
4545

4646

4747
class PoMessage:

0 commit comments

Comments
 (0)