Skip to content

Commit 919f515

Browse files
committed
Fix typo in directive (forgot space) which prevented the regex resolver from being documented
1 parent b6e0400 commit 919f515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ from user agent strings.
7575

7676
.. warning:: Only available if |re2|_ is installed.
7777

78-
.. class::ua_parser.regex.Resolver(Matchers)
78+
.. class:: ua_parser.regex.Resolver(Matchers)
7979

8080
An advanced resolver based on |regex|_ and a bespoke implementation
81-
of regex prefiltering, by the sibling project `ua-rust
82-
<https://github.com/ua-parser/uap-rust`_.
81+
of regex prefiltering, by the sibling project `uap-rust
82+
<https://github.com/ua-parser/uap-rust>`_.
8383

8484
Sufficiently fast that a cache may not be necessary, and may even
8585
be detrimental at smaller cache sizes

0 commit comments

Comments
 (0)