Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /