From 50d5e6a18f0808a4a454d615c6dc19535d0fe42c Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 10 Apr 2012 14:08:11 +0100 Subject: [PATCH] Add some spacing Change-Id: Ideda1f4343cb57259fcce7ac396519e3c50a6c83 --- includes/api/ApiQueryDeletedrevs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiQueryDeletedrevs.php b/includes/api/ApiQueryDeletedrevs.php index 0a0cc93d01..397bdc4097 100644 --- a/includes/api/ApiQueryDeletedrevs.php +++ b/includes/api/ApiQueryDeletedrevs.php @@ -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)', -- 2.20.1