We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ed6f8 commit 1787549Copy full SHA for 1787549
1 file changed
doc/api.rst
@@ -75,11 +75,12 @@ 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`_.
+ An advanced resolver based on `Rust's regex
+ <https://github.com/rust-lang/regex>`_ and a bespoke implementation
+ of regex prefiltering, by the sibling project `uap-rust
83
+ <https://github.com/ua-parser/uap-rust>`_.
84
85
Sufficiently fast that a cache may not be necessary, and may even
86
be detrimental at smaller cache sizes
0 commit comments