mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
typos
This commit is contained in:
+2
-2
@@ -388,8 +388,8 @@ class Condition(object):
|
||||
|
||||
else:
|
||||
name = []
|
||||
while self.index < len(
|
||||
self.condstr) and self.condstr[self.index] in self.allow_character:
|
||||
while self.index < len(self.condstr) and self.condstr[self.index] \
|
||||
in self.allow_character:
|
||||
name.append(self.condstr[self.index])
|
||||
self.index += 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user