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 3ff2900 + b6a9aea commit dbdcf27Copy full SHA for dbdcf27
Notes/04_Classes_objects/03_Special_methods.md
@@ -147,7 +147,8 @@ A method that has not yet been invoked by the function call operator `()` is kno
147
It operates on the instance where it originated.
148
149
```python
150
->>> s = Stock('GOOG', 100, 490.10) >>> s
+>>> s = Stock('GOOG', 100, 490.10)
151
+>>> s
152
<Stock object at 0x590d0>
153
>>> c = s.cost
154
>>> c
0 commit comments