projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5023739
)
fixing typo from Bostonian to proper English
author
Bryan
<btbonval@gmail.com>
Thu, 2 Jan 2014 19:38:39 +0000
(14:38 -0500)
committer
Bryan
<btbonval@gmail.com>
Thu, 2 Jan 2014 19:38:39 +0000
(14:38 -0500)
karmaworld/apps/notes/models.py
patch
|
blob
|
history
diff --git
a/karmaworld/apps/notes/models.py
b/karmaworld/apps/notes/models.py
index e9d0b8aa67ff3ceeb7c79494aabd3968d6414c55..fd76b0999dc8e0751d02de1e23baadea66f0d03f 100644
(file)
--- a/
karmaworld/apps/notes/models.py
+++ b/
karmaworld/apps/notes/models.py
@@
-215,7
+215,7
@@
def update_note_counts(note_instance):
try:
# test if the course still exists, or if this is a cascade delete.
note_instance.course
- except Couse.DoesNotExist:
+ except Cou
r
se.DoesNotExist:
# this is a cascade delete. there is no course to update
pass
else: