selectors.py
changeset 8032 bcb87336c7d2
parent 7990 a673d1d9a738
child 8034 b07d61090706
--- a/selectors.py	Thu Oct 27 18:19:00 2011 +0200
+++ b/selectors.py	Fri Oct 28 10:32:48 2011 +0200
@@ -424,7 +424,7 @@
 
     - else the number of matching values
 
-    Notice `mode`='any' with a single expected value has no effect at all.
+    Notice `mode` = 'any' with a single expected value has no effect at all.
     """
     def __init__(self, *expected, **kwargs):
         assert expected, self
@@ -654,7 +654,7 @@
     Page size is searched in (respecting order):
     * a `page_size` argument
     * a `page_size` form parameters
-    * the :ref:`navigation.page-size` property
+    * the `navigation.page-size` property (see :ref:`PersistentProperties`)
     """
     def __init__(self, nbpages=1):
         assert nbpages > 0