From 072d297f655cb7d7673b17ca8914013c14ac5241 Mon Sep 17 00:00:00 2001 From: Hoai-Thu Vuong Date: Sun, 19 Apr 2020 22:39:30 +0700 Subject: [PATCH] fix duplicate python --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87b342e..7ca0f12 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ $ python RepoStatistics/RepoStatistics.py path_to_another_git_repository You can also specify delimiting dates and times, using the `--since` and `--until` flags. They offer [enormous flexibility][9] ```bash -$ python python RepoStatistics/RepoStatistics.py your_repo --since='2011-01-27' +$ python RepoStatistics/RepoStatistics.py your_repo --since='2011-01-27' $ python RepoStatistics/RepoStatistics.py your_repo --until='yesterday' ``` @@ -101,4 +101,4 @@ Please give us feedback! We'd love to hear your gripes, thrill stories, and feat [6]: http://wiki.python.org/moin/BeginnersGuide/Download [7]: http://www.pip-installer.org/en/latest/installing.html [8]: https://github.com/briandk/gitvisualizations/issues/new -[9]: http://www.kernel.org/pub/software/scm/git/docs/git-log.html#_examples \ No newline at end of file +[9]: http://www.kernel.org/pub/software/scm/git/docs/git-log.html#_examples