Skip to content

Commit 46e8002

Browse files
authored
Fix typo 'localtion' -> 'location'
1 parent f47d15a commit 46e8002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_elasticsearch_dsl/test_integration/test_examples/test_parent_child.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
from .parent_child import User, Question, Answer, setup, Comment
88

99
honza = User(id=42, signed_up=datetime(2013, 4, 3), username='honzakral',
10-
email='[email protected]', localtion='Prague')
10+
email='[email protected]', location='Prague')
1111

1212
nick = User(id=47, signed_up=datetime(2017, 4, 3), username='fxdgear',
13-
email='[email protected]', localtion='Colorado')
13+
email='[email protected]', location='Colorado')
1414

1515

1616
@fixture

0 commit comments

Comments
 (0)