Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 7cd1ae1

Browse files
authored
Merge pull request dabeaz-course#83 from bid0uille/patch_2.7
fix typo in 02/07 line 14 'a~n~ list'
2 parents 70afdc9 + 58c9c3b commit 7cd1ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Notes/02_Working_with_data/07_Objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Many operations in Python are related to *assigning* or *storing* values.
1111

1212
```python
1313
a = value # Assignment to a variable
14-
s[n] = value # Assignment to an list
14+
s[n] = value # Assignment to a list
1515
s.append(value) # Appending to a list
1616
d['key'] = value # Adding to a dictionary
1717
```

0 commit comments

Comments
 (0)