Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
`s/objet/object`
  • Loading branch information
ttsugriy authored and vstinner committed May 4, 2023
1 parent b1af07d commit 2c0bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/regex.rst
Expand Up @@ -69,7 +69,7 @@ And then use search() to find all patterns::
4..5: [cd]
6..7: [cd]

You can also attach an objet to a pattern with 'user' (user data) argument::
You can also attach an object to a pattern with 'user' (user data) argument::

>>> p = PatternMatching()
>>> p.addString("un", 1)
Expand Down

0 comments on commit 2c0bebf

Please sign in to comment.