-
Notifications
You must be signed in to change notification settings - Fork 52
Commit 8310103
Fix docs parsing error in creds.py
In the case of :class`MechTypes`s, the "s" at the end was causing
Sphinx to fail to parse the class markup. This fixes that by rewording
slightly to remove the need for the trailing "s".1 parent a66dfc3 commit 8310103
1 file changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | - | ||
116 | - | ||
115 | + | ||
116 | + | ||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 | - | ||
218 | + | ||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
|
0 commit comments