Skip to content

Commit 7579376

Browse files
authored
fixed small typo in import_data.py
changed 3nd to 3rd
1 parent 5284145 commit 7579376

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)