typo: name way -> same way
This commit is contained in:
parent
bc3b595cc3
commit
2d7dfa6718
@ -84,7 +84,7 @@ class Stock(Structure):
|
||||
Stock.create_init()
|
||||
```
|
||||
|
||||
The resulting class should work exactly the name way as before:
|
||||
The resulting class should work exactly the same way as before:
|
||||
|
||||
```python
|
||||
>>> s = Stock(name='GOOG', shares=100, price=490.1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user