Skip to content

Commit

Permalink
fix typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored and Byron committed Sep 18, 2021
1 parent 144817a commit 4151470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/cmd.py
Expand Up @@ -168,7 +168,7 @@ def pump_stream(cmdline: List[str], name: str, stream: Union[BinaryIO, TextIO],
error_str = cast(str, error_str)
error_str = error_str.encode()
# We ignore typing on the next line because mypy does not like
# the way we infered that stderr takes str of bytes
# the way we inferred that stderr takes str or bytes
stderr_handler(error_str) # type: ignore

if finalizer:
Expand Down

0 comments on commit 4151470

Please sign in to comment.