We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1fe7f commit c706a21Copy full SHA for c706a21
git/cmd.py
@@ -78,7 +78,7 @@ def handle_process_output(process, stdout_handler, stderr_handler,
78
Set it to False if `universal_newline == True` (then streams are in text-mode)
79
or if decoding must happen later (i.e. for Diffs).
80
"""
81
- # Use 2 "pupm" threads and wait for both to finish.
+ # Use 2 "pump" threads and wait for both to finish.
82
def pump_stream(cmdline, name, stream, is_decode, handler):
83
try:
84
for line in stream:
0 commit comments