| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 191f4cf commit d1ce940
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -112,15 +112,12 @@ def __init__( | |||
| 112 | 112 | encoding: Union[str, None] = None, | |
| 113 | 113 | gpgsig: Union[str, None] = None, | |
| 114 | 114 | ) -> None: | |
| 115 | - R"""Instantiate a new :class:`Commit`. All keyword arguments taking ``None`` as | ||
| 115 | + """Instantiate a new :class:`Commit`. All keyword arguments taking ``None`` as | ||
| 116 | 116 | default will be implicitly set on first query. | |
| 117 | 117 | ||
| 118 | 118 | :param binsha: | |
| 119 | 119 | 20 byte sha1. | |
| 120 | 120 | ||
| 121 | - :param parents: tuple(Commit, ...) | ||
| 122 | - A tuple of commit ids or actual :class:`Commit`\s. | ||
| 123 | - | ||
| 124 | 121 | :param tree: | |
| 125 | 122 | A :class:`~git.objects.tree.Tree` object. | |
| 126 | 123 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments