From d72ed46fe01f95e77554e58588675d5a1ff47e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 15 Oct 2019 16:03:42 +0200 Subject: [PATCH] Improve how extra Item API members are introduced in the documentation --- docs/topics/items.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/items.rst b/docs/topics/items.rst index fbc888f47..d70e7428b 100644 --- a/docs/topics/items.rst +++ b/docs/topics/items.rst @@ -237,8 +237,8 @@ Item objects Return a new Item optionally initialized from the given argument. - Items replicate the standard `dict API`_, including its constructor. The - only additional attribute provided by Items is: + Items replicate the standard `dict API`_, including its constructor, and + also provide the following additional API members: .. automethod:: copy