Skip to content

Commit cf75c1e

Browse files
author
Jason Brechin
committed
Format consistently
1 parent 595768b commit cf75c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ List of covered sections:
2424
| Functions | `lower_with_under()` | `_lower_with_under()` |
2525
| Global/Class Constants | `CAPS_WITH_UNDER` | `_CAPS_WITH_UNDER` |
2626
| Global/Class Variables | `lower_with_under` | `_lower_with_under` |
27-
| Instance Variables | `lower_with_under` | \_lower\_with\_under |
27+
| Instance Variables | `lower_with_under` | `_lower_with_under` |
2828
| Method Names | `lower_with_under()` | `_lower_with_under()` |
2929
| Function/Method Parameters | `lower_with_under` | |
3030
| Local Variables | `lower_with_under` | |

0 commit comments

Comments
 (0)