Skip to content

Commit eff69e9

Browse files
authored
Update README.rst
1 parent 20e1c7d commit eff69e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ada-url
22
========
33

4-
The `urlib.parse`` module in Python does not follow the legacy RFC 3978 standard nor
4+
The `urlib.parse` module in Python does not follow the legacy RFC 3978 standard nor
55
does it follow the newer WHATWG URL specification. It is also relatively slow.
66

77
This is ``ada_url``, a fast standard-compliant Python library for working with URLs based on the ``Ada`` URL
@@ -143,4 +143,4 @@ Alternative (can_ada)
143143

144144
The ada-python bindings are built on CFFI, an approach that has the binding between C and Python written in Python itself, which loses some of the performance benefits of using Ada in the first place when most of the time is spent just making the function call.
145145

146-
The can_ada (Canadian Ada) is a different Python binding that uses pybind11 to generate the binding code, which is then compiled into a Python extension module. This approach has the potential to be much faster than the ada-python bindings. See https://tkte.ch/articles/2024/03/15/parsing-urls-in-python.html
146+
The can_ada (Canadian Ada) is a different Python binding that uses pybind11 to generate the binding code, which is then compiled into a Python extension module. This approach has the potential to be much faster than the ada-python bindings. See https://tkte.ch/articles/2024/03/15/parsing-urls-in-python.html

0 commit comments

Comments
 (0)