mirror of https://github.com/scrapy/scrapy.git
fix typo in stats docs
This commit is contained in:
parent
8f16e7f9fa
commit
45cbe1333f
|
|
@ -145,13 +145,13 @@ class (which they all inherit from).
|
|||
|
||||
Set the given value for the given key only if current value for the
|
||||
same key is lower than value. If there is no current value for the
|
||||
given key, the value values is always set.
|
||||
given key, the value is always set.
|
||||
|
||||
.. method:: min_value(key, value, domain=None)
|
||||
|
||||
Set the given value for the given key only if current value for the
|
||||
same key is greater than value. If there is no current value for the
|
||||
given key, the value values is always set.
|
||||
given key, the value is always set.
|
||||
|
||||
.. method:: clear_stats(domain=None)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue