Skip to content

Commit acaa014

Browse files
committed
Merge pull request #4 from umbrae/develop
Minor grammar tweaks.
2 parents 37d2ad7 + 0e7164f commit acaa014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ branches from the remote, ``cleanup``:
8383
All done!
8484

8585
Tell everyone to run `git fetch --prune` to sync with this remote.
86-
(you don't have to, your's is synced)
86+
(you don't have to, yours is synced)
8787

8888
*Note: this can take a little time, it's talking over the tubes to the remote.*
8989

src/gitsweep/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _sweep(self):
132132
sys.stdout.write('\nAll done!\n')
133133
sys.stdout.write('\nTell everyone to run `git fetch --prune` '
134134
'to sync with this remote.\n')
135-
sys.stdout.write('(you don\'t have to, your\'s is synced)')
135+
sys.stdout.write('(you don\'t have to, yours is synced)\n')
136136
else:
137137
sys.stdout.write('\nOK, aborting.')
138138
elif ok_to_delete:

0 commit comments

Comments
 (0)