Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit f1b5185

Browse files
author
Marius Kriegerowski
committed
docs/adapters: fix doc string
1 parent d669080 commit f1b5185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/adapters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ HttpAdapter
4848
api = Iota(
4949
HttpAdapter(
5050
'https://service.iotasupport.com:14265',
51-
auth=('myusername', 'mypassword'),
51+
authentication=('myusername', 'mypassword'),
5252
timeout=60))
5353
5454
``HttpAdapter`` uses the HTTP protocol to send requests to the node.

0 commit comments

Comments
 (0)