We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e0400 commit 919f515Copy full SHA for 919f515
doc/api.rst
@@ -75,11 +75,11 @@ from user agent strings.
75
76
.. warning:: Only available if |re2|_ is installed.
77
78
-.. class::ua_parser.regex.Resolver(Matchers)
+.. class:: ua_parser.regex.Resolver(Matchers)
79
80
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`_.
+ of regex prefiltering, by the sibling project `uap-rust
+ <https://github.com/ua-parser/uap-rust>`_.
83
84
Sufficiently fast that a cache may not be necessary, and may even
85
be detrimental at smaller cache sizes
0 commit comments