Markdown typo
Missing a backtick
This commit is contained in:
committed by
GitHub
parent
1fca335bc7
commit
4adddb6caa
@@ -149,7 +149,7 @@ TypeError: __init__() takes exactly 4 arguments (2 given)
|
|||||||
|
|
||||||
This is easily fixed using `*data` instead. Try this:
|
This is easily fixed using `*data` instead. Try this:
|
||||||
|
|
||||||
``python
|
```python
|
||||||
>>> s = Stock(*data)
|
>>> s = Stock(*data)
|
||||||
>>> s
|
>>> s
|
||||||
Stock('GOOG', 100, 490.1)
|
Stock('GOOG', 100, 490.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user