Skip to content

Commit 9a4e15e

Browse files
Merge pull request #9 from alexanderthclark/codex/fix-typo-and-add-newline-to-nyt-helper-data.py
Fix typo in nyt helper data
2 parents fd8dfde + 7a9d04d commit 9a4e15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/nyt-helper-data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
df = pd.DataFrame(data = data,
44
index = ['Alone',
55
'With people outside household',
6-
'With hosehould members only'])
6+
'With household members only'])

0 commit comments

Comments
 (0)