Skip to content

Commit b7cd520

Browse files
sroetByron
authored andcommitted
update docstring
1 parent d6cdafe commit b7cd520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def handle_process_output(process: 'Git.AutoInterrupt' | Popen,
9494
their contents to handlers.
9595
Set it to False if `universal_newline == True` (then streams are in text-mode)
9696
or if decoding must happen later (i.e. for Diffs).
97-
:param timeout: float, timeout to pass to t.join() in case it hangs. Default = 10.0 seconds
97+
:param timeout: float, or None timeout to pass to t.join() in case it hangs. Default = None.
9898
"""
9999
# Use 2 "pump" threads and wait for both to finish.
100100
def pump_stream(cmdline: List[str], name: str, stream: Union[BinaryIO, TextIO], is_decode: bool,

0 commit comments

Comments
 (0)