Skip to content

Commit 3bedbc9

Browse files
committed
Fix typo
1 parent f3f797a commit 3bedbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caltech_thesis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def cleanhtml(raw_html):
8181
text = thesis_subjects[item]
8282
metadata['subjects'].append({'subject':text})
8383
else:
84-
text = theis_subjects[eprint['option_minor']['item']]
84+
text = thesis_subjects[eprint['option_minor']['item']]
8585
metadata['subjects'].append({'subject':text})
8686

8787
if 'funders' in eprint:

0 commit comments

Comments
 (0)