From 45cbe1333fc879ccdd6cc9aba9b0772f64aee8c0 Mon Sep 17 00:00:00 2001 From: Daniel Grana Date: Tue, 11 Aug 2009 16:30:04 -0300 Subject: [PATCH] fix typo in stats docs --- docs/topics/stats.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/stats.rst b/docs/topics/stats.rst index 2ee580b8a..63cc5ff32 100644 --- a/docs/topics/stats.rst +++ b/docs/topics/stats.rst @@ -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)