Index: documentation/manual/fr/module_specs/Zend_Controller-Router-Route-Regex.xml
===================================================================
--- documentation/manual/fr/module_specs/Zend_Controller-Router-Route-Regex.xml	(revision 22673)
+++ documentation/manual/fr/module_specs/Zend_Controller-Router-Route-Regex.xml	(working copy)
@@ -93,7 +93,7 @@
 $route = new Zend_Controller_Router_Route_Regex(
     'archive(?:/(\d+))?',
     array(
-        1    '       => '2006',
+        1            => '2006',
         'controller' => 'archive',
         'action'     => 'show'
     )
