Fix categories in signature

This commit is contained in:
Patrick Elmer 2023-01-30 22:15:08 +09:00
parent c5251cc881
commit 3a9ef9cae7

View File

@ -1,7 +1,7 @@
import re 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""" """Apply a sound change to a given string"""
if not apply: if not apply: