Skip to content

Commit 9d15e42

Browse files
authored
Merge pull request talkpython#17 from dev-hospa/patch-1
fixed small typo in import_data.py
2 parents 5284145 + 7579376 commit 9d15e42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

days/033-036-sqlalchemy-orm/demo/hovershare_app_final/import_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ def __import_scooters():
2828
'Hover-1 2nd edition',
2929
'Hover-1 Sport 2nd edition',
3030
'Hover-1 Touring 2nd edition',
31-
'Hover-1 3nd edition',
32-
'Hover-1 Sport 3nd edition',
33-
'Hover-1 Touring 3nd edition',
31+
'Hover-1 3rd edition',
32+
'Hover-1 Sport 3rd edition',
33+
'Hover-1 Touring 3rd edition',
3434
]
3535

3636
vin_values = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'

0 commit comments

Comments
 (0)