typo: name way -> same way

This commit is contained in:
Mark Zhitomirski 2025-11-02 13:25:08 +04:00
parent bc3b595cc3
commit 2d7dfa6718

View File

@ -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)