From af90513dc608e227ffac294f5846eddeb0490728 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Wed, 15 May 2019 21:34:02 +1200 Subject: [PATCH] Trivial typo Hi! I work on a project called [Cylc](https://github.com/cylc/cylc-flow) and while searching for it on PYPI noticed that `git-sweep` appeared in the search results. Searching the text, found this small typo. Cheers ps: cool project! I am still manually cleaning my local branches, but might try `git-sweet` next time! Ta --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3fd0286..d3a942a 100644 --- a/README.rst +++ b/README.rst @@ -164,7 +164,7 @@ You can also clean up local branches by using simple hack: Development ----------- -git-sweep uses `git-flow`_ for development and release cylces. If you want to +git-sweep uses `git-flow`_ for development and release cycles. If you want to hack on this with us, fork the project and put a pull request into the ``develop`` branch when you get done.