We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1089bf commit 9afb712Copy full SHA for 9afb712
1 file changed
udapi/block/mwe/slavic/conditional.py
@@ -4,7 +4,7 @@
4
5
import udapi.block.mwe.msfphrase
6
7
-class conditional(udapi.block.mwe.msfphrase.MsfPhrase):
+class Conditional(udapi.block.mwe.msfphrase.MsfPhrase):
8
9
def process_node(self, node):
10
if node.feats['VerbForm'] == 'Part' or node.feats['VerbForm'] == 'Fin':
0 commit comments