# HG changeset patch # User Marcin Kuzminski # Date 2013-07-18 10:52:59 # Node ID 77193ad2ea61f23982e4e9ba6c506f5ff195ae70 # Parent 1d24330289a27ee6ecb63218c2c1b74b1d0d5d83 fixed typo diff --git a/docs/api/api.rst b/docs/api/api.rst --- a/docs/api/api.rst +++ b/docs/api/api.rst @@ -259,7 +259,7 @@ OUTPUT:: 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