forked from gitpython-developers/GitPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 3958747
committed
Update CommandError._msg documentation
This converts it from a specially formatted comment to a docstring
(gitpython-developers#1734), rewords for clarity, and removes the mention of unicode,
which appears to have been referring to the data type.
(GitPython no longer supports Python 2, and unicode is not a
separate type from str in Python 3, where instead str and bytes
are different types.)1 parent ba878ef commit 3958747
1 file changed
+6
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 | - | ||
91 | - | ||
92 | - | ||
93 | 90 |
| |
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
94 | 97 |
| |
95 | 98 |
| |
96 | 99 |
| |
|
0 commit comments