We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 595768b + cf75c1e commit 74de6d7Copy full SHA for 74de6d7
python/README.md
@@ -24,7 +24,7 @@ List of covered sections:
24
| Functions | `lower_with_under()` | `_lower_with_under()` |
25
| Global/Class Constants | `CAPS_WITH_UNDER` | `_CAPS_WITH_UNDER` |
26
| Global/Class Variables | `lower_with_under` | `_lower_with_under` |
27
-| Instance Variables | `lower_with_under` | \_lower\_with\_under |
+| Instance Variables | `lower_with_under` | `_lower_with_under` |
28
| Method Names | `lower_with_under()` | `_lower_with_under()` |
29
| Function/Method Parameters | `lower_with_under` | |
30
| Local Variables | `lower_with_under` | |
0 commit comments