Skip to content

Commit ed1962d

Browse files
authored
API docs: fix accidentally deleted word (#1119)
1 parent 5238238 commit ed1962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neo4j/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def basic_auth(user: str, password: str, realm: str | None = None) -> Auth:
172172
173173
This will set the scheme to "basic" for the auth token.
174174
175-
:param user: user name, this will set the
175+
:param user: user name, this will set the principal
176176
:param password: current password, this will set the credentials
177177
:param realm: specifies the authentication provider
178178

0 commit comments

Comments
 (0)