From cfd54c38102803727115f47d49133378df73a21e Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Thu, 19 Nov 2009 18:04:55 +0000 Subject: [PATCH] tab to spaces --- includes/api/ApiQueryInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php index 23d0788ec4..b43b215c55 100644 --- a/includes/api/ApiQueryInfo.php +++ b/includes/api/ApiQueryInfo.php @@ -561,7 +561,7 @@ class ApiQueryInfo extends ApiQueryBase { 'Which additional properties to get:', ' protection - List the protection level of each page', ' talkid - The page ID of the talk page for each non-talk page', - ' watched - List the watched status of each page', + ' watched - List the watched status of each page', ' subjectid - The page ID of the parent page for each talk page' ), 'token' => 'Request a token to perform a data-modifying action on a page', -- 2.20.1