diff options
-rwxr-xr-x | examples/zeitgeist-git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zeitgeist-git.py b/examples/zeitgeist-git.py index 03106e2d..ba184d6f 100755 --- a/examples/zeitgeist-git.py +++ b/examples/zeitgeist-git.py @@ -52,7 +52,7 @@ else: def get_repo(): - """Get uri of remote repository and it's name""" + """Get uri of remote repository and its name""" repo = None uri = subprocess.Popen(['git', 'config', '--get', 'remote.origin.url'], stdout=subprocess.PIPE).communicate()[0] |