Skip to content

Commit

Permalink
convert punctuation to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jan 31, 2015
1 parent 066692a commit b6696a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion normality.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'C': WS,
'M': '',
'Z': WS,
'P': '',
'P': WS,
'S': WS
}

Expand Down

0 comments on commit b6696a0

Please sign in to comment.