Added the equals sign to punctuation manager.

This commit is contained in:
Jeremiah Ticket 2016-09-28 13:15:40 -08:00
parent 2fd167e510
commit bf930d537e

View File

@ -51,6 +51,7 @@ class punctuationManager():
'*':'star',
'~':'tilde',
'_':'line',
'=':'equals',
},
'customDict':{
'chrys':'awsome',