changeset 4093:77193ad2ea61

fixed typo
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 18 Jul 2013 12:52:59 +0200
parents 1d24330289a2
children 8f66758252f8
files docs/api/api.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/api/api.rst	Thu Jul 18 12:52:29 2013 +0200
+++ b/docs/api/api.rst	Thu Jul 18 12:52:59 2013 +0200
@@ -259,7 +259,7 @@
 get_user
 --------
 
-Get's an user by username or user_id, Returns empty result if user is not found.
+Gets an user by username or user_id, Returns empty result if user is not found.
 If userid param is skipped it is set to id of user who is calling this method.
 This command can be executed only using api_key belonging to user with admin
 rights, or regular users that cannot specify different userid than theirs