From b7cd5207ba05c733d8e29def0757edf4d7cc24f7 Mon Sep 17 00:00:00 2001 From: sroet Date: Fri, 10 Sep 2021 17:28:00 +0200 Subject: update docstring --- git/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/cmd.py') diff --git a/git/cmd.py b/git/cmd.py index 0deb4ffc..f1b3194a 100644 --- a/git/cmd.py +++ b/git/cmd.py @@ -94,7 +94,7 @@ def handle_process_output(process: 'Git.AutoInterrupt' | Popen, their contents to handlers. Set it to False if `universal_newline == True` (then streams are in text-mode) or if decoding must happen later (i.e. for Diffs). - :param timeout: float, timeout to pass to t.join() in case it hangs. Default = 10.0 seconds + :param timeout: float, or None timeout to pass to t.join() in case it hangs. Default = None. """ # Use 2 "pump" threads and wait for both to finish. def pump_stream(cmdline: List[str], name: str, stream: Union[BinaryIO, TextIO], is_decode: bool, -- cgit v1.2.1