ItemLoader doc: missing args in replace_value()

This commit is contained in:
Nikolaos-Digenis Karagiannis 2014-03-09 15:16:57 +02:00
parent a762834dcd
commit 8ac9d40665
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ ItemLoader objects
loader.add_value('name', u'name: foo', TakeFirst(), re='name: (.+)')
loader.add_value(None, {'name': u'foo', 'sex': u'male'})
.. method:: replace_value(field_name, value)
.. method:: replace_value(field_name, value, \*processors, \**kwargs)
Similar to :meth:`add_value` but replaces the collected data with the
new value instead of adding it.