Skip to content

Commit ffe0c15

Browse files
committed
Minor tweak
1 parent 59e6831 commit ffe0c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: http_client.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ each request (which overrides any global authentication):
489489
490490
.. note::
491491

492-
Basic Authentication can be set by authority in the URL, like
493-
http://user:pass@example.com/.
492+
Basic Authentication can also be set by including the credentials in the URL,
493+
such as: ``http://the-username:the-password@example.com``
494494

495495
.. note::
496496

0 commit comments

Comments
 (0)