Skip to content

Commit 8426e97

Browse files
committed
Fix a typo
1 parent 62e1b42 commit 8426e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def getDataSource():
1818

1919
class NYTFactory(dataSourceFactory):
2020
def getDataSource():
21-
return NYTLcationService()
21+
return NYTLocationService()
2222

2323

2424
# Mapping of factories to data-sources.

0 commit comments

Comments
 (0)