Fix categories in signature
This commit is contained in:
parent
c5251cc881
commit
3a9ef9cae7
@ -1,7 +1,7 @@
|
||||
import re
|
||||
|
||||
|
||||
def apply(change, string, categories=None, apply=True):
|
||||
def apply(change, string, categories={}, apply=True):
|
||||
"""Apply a sound change to a given string"""
|
||||
|
||||
if not apply:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user