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.
1 parent 62924bc commit feaa49bCopy full SHA for feaa49b
README.md
@@ -981,8 +981,8 @@ Introspection and Metaprograming
981
```python
982
>>> class Z:
983
... def __init__(self):
984
-... self.a = 'abcde'
985
-... self.b = 12345
+... self.a = 'abcde'
+... self.b = 12345
986
>>> z = Z()
987
```
988
@@ -1414,7 +1414,7 @@ Basic Script Template
1414
1415
#!/usr/bin/env python3
1416
#
1417
-# Usage: .py
+# Usage: .py
1418
1419
1420
from collections import namedtuple
@@ -1425,7 +1425,7 @@ import sys
1425
1426
def main():
1427
pass
1428
-
+
1429
1430
###
1431
## UTIL
0 commit comments