Commit 9b12b58
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 a33b800 commit 9b12b58
1 file changed
+6
-5
lines changed| Original 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