Skip to content

Commit be81304

Browse files
committed
Merge pull request #275 from kylepjohnson/master
Fix typo
2 parents 88f3dc2 + 21a6cb7 commit be81304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/objects/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def __getattr__(self, attr):
216216

217217
class Traversable(object):
218218

219-
"""Simple interface to perforam depth-first or breadth-first traversals
219+
"""Simple interface to perform depth-first or breadth-first traversals
220220
into one direction.
221221
Subclasses only need to implement one function.
222222
Instances of the Subclass must be hashable"""

0 commit comments

Comments
 (0)