Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Helw150 committed Jun 7, 2024
1 parent 3280fe1 commit adbbd77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/multivalue/BaseDialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

from .inflect.english import English


class BaseDialect(object):
def __init__(self, lexical_swaps={}, morphosyntax=True, seed=None):
self.string = ""
Expand Down Expand Up @@ -1999,7 +2000,7 @@ def no_preverbal_negator(self):

def not_preverbal_negator(self):
# feature 161
self.preverbal_negator(replace="not", name="no_preverbal_negator")
self.preverbal_negator(replace="not", name="not_preverbal_negator")

def nomo_existential(self, name="nomo_existential"):
# feature 162
Expand Down

0 comments on commit adbbd77

Please sign in to comment.