Skip to content

Commit 89ecc0a

Browse files
committed
[Messenger] Fix typo in option name user->login
1 parent f679e20 commit 89ecc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@ The transport has a number of options:
12331233
calls.
12341234
``host`` Hostname of the AMQP service
12351235
``key`` Path to the client key in PEM format.
1236+
``login`` Username to use to connect the AMQP service
12361237
``password`` Password to use to connect to the AMQP service
12371238
``persistent`` ``'false'``
12381239
``port`` Port of the AMQP service
@@ -1241,7 +1242,6 @@ The transport has a number of options:
12411242
greater seconds. May be fractional.
12421243
``retry``
12431244
``sasl_method``
1244-
``user`` Username to use to connect the AMQP service
12451245
``verify`` Enable or disable peer verification. If peer
12461246
verification is enabled then the common name in
12471247
the server certificate must match the server

0 commit comments

Comments
 (0)