[skip e2e] Improve annotation (#14338)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/14347/head
Xieql 2021-12-27 17:46:06 +08:00 committed by GitHub
parent 76ac40ded2
commit 20f40b7988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3204,7 +3204,7 @@ class NestingState(object):
token = matched.group(1)
if token == '{':
# If namespace or class hasn't seen a opening brace yet, mark
# If namespace or class hasn't seen an opening brace yet, mark
# namespace/class head as complete. Push a new block onto the
# stack otherwise.
if not self.SeenOpenBrace():