Skip to content

Commit a366c88

Browse files
committed
Added the classes chapter to the readme. Closes yasoob#139
1 parent 48f5147 commit a366c88

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

classes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,6 @@ Without the ``__getitem__`` method we would have got this error:
217217
File "<stdin>", line 1, in <module>
218218
TypeError: 'GetTest' object has no attribute '__getitem__'
219219
220-
Static, Class & Abstract methods
221-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
220+
.. Static, Class & Abstract methods
221+
.. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
222222

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Table of Contents
5555
object_introspection
5656
comprehensions
5757
exceptions
58+
classes
5859
lambdas
5960
one_liners
6061
for_-_else

0 commit comments

Comments
 (0)