Improve how extra Item API members are introduced in the documentation

This commit is contained in:
Adrián Chaves 2019-10-15 16:03:42 +02:00
parent a4aa5b8926
commit d72ed46fe0
1 changed files with 2 additions and 2 deletions

View File

@ -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