diff options
author | Derek <dschaller@users.noreply.github.com> | 2018-11-19 22:00:09 -0800 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2018-12-22 14:38:51 +0100 |
commit | c706a217238fbe2073d2a3453c77d3dc17edcc9a (patch) | |
tree | f0ce43d3087f2ad1d55193b078f4575538a58278 /git/cmd.py | |
parent | 3e1fe7f6a83633207c9e743708c02c6e66173e7d (diff) | |
download | gitpython-c706a217238fbe2073d2a3453c77d3dc17edcc9a.tar.gz |
Fix docstring in cmd module
Diffstat (limited to 'git/cmd.py')
-rw-r--r-- | git/cmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |