Add some spacing
authorReedy <reedy@wikimedia.org>
Tue, 10 Apr 2012 13:08:11 +0000 (14:08 +0100)
committerReedy <reedy@wikimedia.org>
Tue, 10 Apr 2012 13:08:20 +0000 (14:08 +0100)
Change-Id: Ideda1f4343cb57259fcce7ac396519e3c50a6c83

includes/api/ApiQueryDeletedrevs.php

index 0a0cc93..397bdc4 100644 (file)
@@ -334,8 +334,8 @@ class ApiQueryDeletedrevs extends ApiQueryBase {
 
        public function getParamDescription() {
                return array(
-                       'start' => 'The timestamp to start enumerating from (1,2)',
-                       'end' => 'The timestamp to stop enumerating at (1,2)',
+                       'start' => 'The timestamp to start enumerating from (1, 2)',
+                       'end' => 'The timestamp to stop enumerating at (1, 2)',
                        'dir' => $this->getDirectionDescription( $this->getModulePrefix(), ' (1, 3)' ),
                        'from' => 'Start listing at this title (3)',
                        'to' => 'Stop listing at this title (3)',