From d0fb6d86201d04fb9194119239ccc212302a1b6f Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 22 Aug 2013 10:22:37 +0200 Subject: Minor docstring updates --- gbp/git/args.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gbp/git') diff --git a/gbp/git/args.py b/gbp/git/args.py index 8f0ffba..f9fc64d 100644 --- a/gbp/git/args.py +++ b/gbp/git/args.py @@ -14,6 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +""" +Git command argument handling helpers +""" import collections -- cgit v1.2.3