Skip to content

Commit

Permalink
Fix typo 'localtion' -> 'location'
Browse files Browse the repository at this point in the history
  • Loading branch information
nepython committed Jun 30, 2020
1 parent f47d15a commit 46e8002
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
from .parent_child import User, Question, Answer, setup, Comment

honza = User(id=42, signed_up=datetime(2013, 4, 3), username='honzakral',
email='honza@elastic.co', localtion='Prague')
email='honza@elastic.co', location='Prague')

nick = User(id=47, signed_up=datetime(2017, 4, 3), username='fxdgear',
email='nick.lang@elastic.co', localtion='Colorado')
email='nick.lang@elastic.co', location='Colorado')


@fixture
Expand Down

0 comments on commit 46e8002

Please sign in to comment.