Skip to content

Commit ced8183

Browse files
David BeazleyDavid Beazley
David Beazley
authored and
David Beazley
committed
Fix typo
1 parent 1ad6c33 commit ced8183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/02_Containers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Sets are collection of unordered unique items.
161161

162162
```python
163163
tech_stocks = { 'IBM','AAPL','MSFT' }
164-
# Alternative sintax
164+
# Alternative syntax
165165
tech_stocks = set(['IBM', 'AAPL', 'MSFT'])
166166
```
167167

0 commit comments

Comments
 (0)