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

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)