From 0f894faab89db531bfa92d5bb792a45df13f69c1 Mon Sep 17 00:00:00 2001 From: Kevin Yap Date: Sun, 1 Jun 2014 00:50:15 -0700 Subject: Miscellaneous documentation & docstring changes --- docs/complex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/complex.rst') diff --git a/docs/complex.rst b/docs/complex.rst index 9b3bb3b..7e747ac 100644 --- a/docs/complex.rst +++ b/docs/complex.rst @@ -95,7 +95,7 @@ state of our tool: ctx.obj = Repo(repo_home, debug) -So let's understand what this does. We create a group command which can +Let's understand what this does. We create a group command which can have subcommands. When it is invoked, it will create an instance of a ``Repo`` class. This holds the state for our command line tool. In this case, it just remembers some parameters, but at this point it could also -- cgit v1.2.1