Skip to content

Commit e6768ec

Browse files
committed
Improve Git.execute docstring formatting re: max_chunk_size
1 parent 5ca5844 commit e6768ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: git/cmd.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1067,9 +1067,9 @@ def execute(
10671067
A dictionary of environment variables to be passed to :class:`subprocess.Popen`.
10681068
10691069
:param max_chunk_size:
1070-
Maximum number of bytes in one chunk of data passed to the output_stream in
1071-
one invocation of write() method. If the given number is not positive then
1072-
the default value is used.
1070+
Maximum number of bytes in one chunk of data passed to the `output_stream`
1071+
in one invocation of its ``write()`` method. If the given number is not
1072+
positive then the default value is used.
10731073
10741074
:param strip_newline_in_stdout:
10751075
Whether to strip the trailing ``\n`` of the command stdout.

0 commit comments

Comments
 (0)