forked from gitpython-developers/GitPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 9dc7fb0
committed
Fix _index_from_*_format docstrings (proc reading)
In the git.diff.Diff class, the _index_from_patch_format and
_index_from_raw_format methods' docstrings had still described them
as reading from streams, even though they have instead read from
processes (and taken "proc", not "stream", arguments) since gitpython-developers#519
when the change was made in a5db3d3 to fix a freezing bug.
This updates the docstrings to reflect that they read from
processes.1 parent 072f0d8 commit 9dc7fb0
1 file changed
+12
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
489 | - | ||
490 | - | ||
491 | - | ||
492 | - | ||
489 | + | ||
490 | + | ||
491 | + | ||
492 | + | ||
493 | + | ||
494 | + | ||
493 | 495 |
| |
494 | 496 |
| |
495 | 497 |
| |
| |||
644 | 646 |
| |
645 | 647 |
| |
646 | 648 |
| |
647 | - | ||
648 | - | ||
649 | + | ||
650 | + | ||
651 | + | ||
652 | + | ||
653 | + | ||
654 | + | ||
649 | 655 |
| |
650 | 656 |
| |
651 | 657 |
| |
|
0 commit comments