Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8dc522

Browse files
committed
Fixed typo
1 parent3cfe6a2 commitc8dc522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Notes/02_Working_with_data/06_List_comprehension.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ For example, this determines the set of unique stock names that appear in `portf
215215
```python
216216
>>> names= { s['name']for sin portfolio }
217217
>>> names
218-
{'AA','GE','IBM','MSFT','CAT'] }
218+
{'AA','GE','IBM','MSFT','CAT' }
219219
>>>
220220
```
221221

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp