Skip to content

Commit 31366ba

Browse files
committed
Add missing module docstrings
Signed-off-by: Stephen Finucane <[email protected]>
1 parent ce8e30a commit 31366ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

git_pw/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
git-pw -- A tool for integrating Git with Patchwork, the web-based patch
3+
tracking system.
4+
"""
5+
16
import pkg_resources
27

38
__version__ = pkg_resources.get_distribution('git-pw').version

git_pw/shell.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
TODO.
2+
Command-line interface to the Patchwork API.
33
"""
44

55
import click

0 commit comments

Comments
 (0)