Skip to content

Commit 21a6cb7

Browse files
committed
Fix typo
1 parent 88f3dc2 commit 21a6cb7

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)