summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-05-11 17:11:03 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-05-11 17:11:03 -0300
commitf8a7fed4bce13e545a4f1dc96057fcbf4067e835 (patch)
treea1ee895829db0b64cb9be7b80ca49f091b132b54 /docs
parent1adc26a6f2b42ffaf2eb9e444dc00afc8947df2a (diff)
downloadpint-f8a7fed4bce13e545a4f1dc96057fcbf4067e835.tar.gz
Better SharedRegistryObjects creation
Diffstat (limited to 'docs')
-rw-r--r--docs/user/defining-quantities.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/defining-quantities.rst b/docs/user/defining-quantities.rst
index ec57454..297ddc8 100644
--- a/docs/user/defining-quantities.rst
+++ b/docs/user/defining-quantities.rst
@@ -72,7 +72,7 @@ Using string parsing
Pint includes a powerful parser for detecting magnitudes and units (with or
without prefixes) in strings. Calling the ``UnitRegistry()`` directly
-invokes the parsing function:
+invokes the parsing function ``UnitRegistry.parse_expression``:
.. doctest::