summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-05-16 13:45:23 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-05-16 13:45:23 -0300
commit6d6679752aa2371d37fe2ec7a41bddae92e25709 (patch)
tree8f10de084e2a156d3ceea9543c2226e5ece0595b
parent31eee2de03e7ad2318984f3c665e74cff9cb1d06 (diff)
downloadpint-6d6679752aa2371d37fe2ec7a41bddae92e25709.tar.gz
Missing empty line in doc
-rw-r--r--docs/advanced/custom-registry-class.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/advanced/custom-registry-class.rst b/docs/advanced/custom-registry-class.rst
index 856349c..75e1a99 100644
--- a/docs/advanced/custom-registry-class.rst
+++ b/docs/advanced/custom-registry-class.rst
@@ -94,6 +94,7 @@ Then, you need to create a custom registry but deriving from `GenericUnitRegistr
can specify the types of
.. doctest::
+
>>> # from typing_extensions import TypeAlias # Python 3.9
>>> from typing import TypeAlias # Python 3.10+
>>> class MyRegistry(pint.GenericUnitRegistry[MyQuantity, pint.Unit]):