fixed typos in docs and code comments

This commit is contained in:
biswajit-k
2023-03-06 17:09:38 +05:30
parent 8191c747b9
commit 36388cafe9
7 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ class PlaceName:
In addition to that, a name may have arbitrary additional attributes.
How attributes are used, depends on the sanitizers and token analysers.
The exception is is the 'analyzer' attribute. This attribute determines
The exception is the 'analyzer' attribute. This attribute determines
which token analysis module will be used to finalize the treatment of
names.
"""