Skip to content

Commit 4151470

Browse files
sroetByron
authored andcommitted
fix typo's
1 parent 144817a commit 4151470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def pump_stream(cmdline: List[str], name: str, stream: Union[BinaryIO, TextIO],
168168
error_str = cast(str, error_str)
169169
error_str = error_str.encode()
170170
# We ignore typing on the next line because mypy does not like
171-
# the way we infered that stderr takes str of bytes
171+
# the way we inferred that stderr takes str or bytes
172172
stderr_handler(error_str) # type: ignore
173173

174174
if finalizer:

0 commit comments

Comments
 (0)