Merge pull request #92 from mz0/typo6.4

typo: name way -> same way
This commit is contained in:
David Beazley 2025-12-22 12:06:17 -06:00 committed by GitHub
commit b63b7f6da1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ class Stock(Structure):
Stock.create_init() 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 ```python
>>> s = Stock(name='GOOG', shares=100, price=490.1) >>> s = Stock(name='GOOG', shares=100, price=490.1)