From c706a217238fbe2073d2a3453c77d3dc17edcc9a Mon Sep 17 00:00:00 2001 From: Derek Date: Mon, 19 Nov 2018 22:00:09 -0800 Subject: Fix docstring in cmd module --- git/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/cmd.py b/git/cmd.py index b6305176..a4faefe2 100644 --- a/git/cmd.py +++ b/git/cmd.py @@ -78,7 +78,7 @@ def handle_process_output(process, stdout_handler, stderr_handler, Set it to False if `universal_newline == True` (then streams are in text-mode) or if decoding must happen later (i.e. for Diffs). """ - # Use 2 "pupm" threads and wait for both to finish. + # Use 2 "pump" threads and wait for both to finish. def pump_stream(cmdline, name, stream, is_decode, handler): try: for line in stream: -- cgit v1.2.1