Skip to content

Commit 5d7b8ba

Browse files
authored
another typo
1 parent ff56dbb commit 5d7b8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/objects/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .tree import Tree
3131
from subprocess import Popen
3232

33-
T_Iterableobj = typevar('T_Iterableobj')
33+
T_Iterableobj = TypeVar('T_Iterableobj')
3434

3535
# --------------------------------------------------------------------
3636

0 commit comments

Comments
 (0)