diff --git a/entries/phrase_descriptions/utils.py b/entries/phrase_descriptions/utils.py
index 8c6bacb922715dca75ed706e4c8aab1febe88481..a8ca33d0e1fb7818685cd426d17bc03682b5b702 100644
--- a/entries/phrase_descriptions/utils.py
+++ b/entries/phrase_descriptions/utils.py
@@ -106,7 +106,7 @@ STR_CASE = {
     None   : { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' },
 }
 AGR_CASE = { 'subj' : 'nom', 'obj' : 'acc', 'head' : 'nom', None : 'nom' }
-PART_CASE = { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' },
+PART_CASE = { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' }
 PRED_CASE = {
     'subj' : { '_' : 'nom', 'aff' : 'nom', 'neg' : 'nom' },
     'obj'  : { '_' : 'acc', 'aff' : 'acc', 'neg' : 'gen' },