Skip to content

Commit 4f1a795

Browse files
authored
DOCSP 21619 (#1392)
* DOCSP-21619 clarification on getUser * DOCSP-21619 updating formatting for change * DOCSP-21619 fixing line break * DOCSP-21619 fixing line breaks * DOCSP-21619 fixing formatting * DOCSP-21619 fixing formatting * DOCSP-21619 updating tense and phrasing * DOCSP-21619 adding db * DOCSP-21619 fixing method format * DOCSP-21619 fixing method format
1 parent ba3323d commit 4f1a795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/method/db.getUser.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Definition
1616
.. method:: db.getUser(username, args)
1717

1818
Returns user information for a specified user. Run this method on the
19-
user's database. The user must exist on the database on which the method
20-
runs.
19+
user's database. If the user doesn't exist in the database,
20+
:method:`db.getUser()` returns ``null``.
2121

2222
The :method:`db.getUser()` method has the following parameters:
2323

0 commit comments

Comments
 (0)