Fix spelling mistake in README

This commit is contained in:
Zoran Zaric
2011-05-09 13:43:09 +02:00
parent fca3a4753b
commit dd86fbe048

View File

@@ -56,7 +56,7 @@ Iterate over all entries of the index:
Index write: Index write:
>>> index.add('path/to/file') # git add >>> index.add('path/to/file') # git add
>>> del index['path/to/file'] # gig rm >>> del index['path/to/file'] # git rm
>>> index.write() # don't forget to save the changes >>> index.write() # don't forget to save the changes
Revision walking: Revision walking: