From f3673c4d59bfe20c89fbd5560daf1f2db72cb9e3 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 13 Nov 2021 23:08:05 +0100 Subject: [PATCH] Docs typo fixed --- docs/basic/pgtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic/pgtypes.rst b/docs/basic/pgtypes.rst index a9e00e94e..dadfc5dbb 100644 --- a/docs/basic/pgtypes.rst +++ b/docs/basic/pgtypes.rst @@ -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 -- 2.47.2