mirror of https://github.com/scrapy/scrapy.git
Improve how extra Item API members are introduced in the documentation
This commit is contained in:
parent
a4aa5b8926
commit
d72ed46fe0
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue