From 610cf3e20b1ba093c41c17879a81b3bbc664e4eb Mon Sep 17 00:00:00 2001 From: bobcall Date: Thu, 10 Jan 2013 12:24:35 -0500 Subject: [PATCH] Fixed spelling error in bin/dj_to_world.py --- bin/dj_to_world_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dj_to_world_json.py b/bin/dj_to_world_json.py index 9496ae6..fc2d733 100644 --- a/bin/dj_to_world_json.py +++ b/bin/dj_to_world_json.py @@ -26,7 +26,7 @@ def course_to_dict(course): # course_dict['file_count'] course_dict['desc'] = c_dict['desc'] course_dict['url'] = c_dict['url'] - course_dict['academic_year'] = c_dict['acacemic_year'] + course_dict['academic_year'] = c_dict['academic_year'] # course_dict['instructor_name'] # course_dict['instructor_email'] course_dict['updated_at'] = c_dict['last_updated'] -- 2.25.1