Update rewriter_utils.py (#1278)

pull/1295/head
tripleMu 2022-11-01 18:22:03 +08:00 committed by GitHub
parent 0efc9e3c6d
commit 185d838a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class RewriterRegistry:
default_rewriter = record
else:
warnings.warn(
'Detect multiple valid rewriters for'
'Detect multiple valid rewriters for '
f'{origin_function}, use the first rewriter.')
else:
# Check if the checker is valid.