Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commit3958747
committed
Update CommandError._msg documentation
This converts it from a specially formatted comment to a docstring(#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 aseparate type from str in Python 3, where instead str and bytesare different types.)1 parentba878ef commit3958747
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
Original 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
Comments
(0)