Skip to content

Commit be34a7b

Browse files
committed
Fix typo
1 parent 41a4a1e commit be34a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/01_Datatypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ above. Change the number of shares to 75.
338338
```python
339339
>>> d['shares'] = 75
340340
>>> d
341-
{'name': 'AA', 'shares': 75, 'price': 75}
341+
{'name': 'AA', 'shares': 75, 'price': 32.2 }
342342
>>>
343343
```
344344

0 commit comments

Comments
 (0)