Merge pull request #2848 from CloudKeeper/patch-1
Fixed Typo in Object.Search() Comments
This commit is contained in:
commit
53e6b1a738
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
|||
# handle stacks, disable multimatch errors
|
||||
nstack = nresults
|
||||
if not exact:
|
||||
# we re-run exact match agains one of the matches to
|
||||
# we re-run exact match against one of the matches to
|
||||
# make sure we were not catching partial matches not belonging
|
||||
# to the stack
|
||||
nstack = len(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue