forked from gitpython-developers/GitPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit fa471fe
committed
Fix up Remote.push docstring
- Replace the goo.gl web shortlink with a Sphinx reference that
displays and also (in built documentation) becomes a hyperlink to
the documentation on the method being referred to.
- Refer to a related class (which is in another module) as being
in the module where it is defined, rather than in the top-level
git module (where it also can be accessed because it is imported
there, which is reasonable to do, but less clear documentation).
- Tweak punctuation so the effect of passing None is a bit clearer.1 parent f56e1ac commit fa471fe
1 file changed
+6
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1075 | 1075 |
| |
1076 | 1076 |
| |
1077 | 1077 |
| |
1078 | - | ||
1078 | + | ||
1079 | 1079 |
| |
1080 | 1080 |
| |
1081 | - | ||
1082 | - | ||
1083 | - | ||
1084 | - | ||
1081 | + | ||
1082 | + | ||
1083 | + | ||
1084 | + | ||
1085 | + | ||
1085 | 1086 |
| |
1086 | 1087 |
| |
1087 | 1088 |
| |
|
0 commit comments