]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Docs typo fixed
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 13 Nov 2021 22:08:05 +0000 (23:08 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 13 Nov 2021 22:15:03 +0000 (23:15 +0100)
docs/basic/pgtypes.rst

index a9e00e94ec3206caf432abf87e727225e9c2f3fe..dadfc5dbbce91206776e75fd407a91da25964441 100644 (file)
@@ -203,7 +203,7 @@ sequence of `~psycopg.types.range.Range` elements.
     `!Multirange` objects are a `~collections.abc.MutableSequence` and are
     totally ordered: they behave pretty much like a list of `!Range`. Like
     Range, they are `~typing.Generic` on the subtype of their range, so you
-    can declare a variable to be `!Multitype[date]` and mypy will complain if
+    can declare a variable to be `!Multirange[date]` and mypy will complain if
     you try to add it a `Range[Decimal]`.
 
 Like for `~psycopg.types.range.Range`, built-in multirange objects are adapted