Skip to content

Commit feaa49b

Browse files
committed
Attributes example
1 parent 62924bc commit feaa49b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -981,8 +981,8 @@ Introspection and Metaprograming
981981
```python
982982
>>> class Z:
983983
... def __init__(self):
984-
... self.a = 'abcde'
985-
... self.b = 12345
984+
... self.a = 'abcde'
985+
... self.b = 12345
986986
>>> z = Z()
987987
```
988988

@@ -1414,7 +1414,7 @@ Basic Script Template
14141414
```python
14151415
#!/usr/bin/env python3
14161416
#
1417-
# Usage: .py
1417+
# Usage: .py
14181418
#
14191419

14201420
from collections import namedtuple
@@ -1425,7 +1425,7 @@ import sys
14251425

14261426
def main():
14271427
pass
1428-
1428+
14291429

14301430
###
14311431
## UTIL

0 commit comments

Comments
 (0)