@@ -955,7 +955,7 @@ The transport has a number of options:
955955``auto_setup `` Whether the table should be created ``true ``
956956 automatically during send / get.
957957``cacert `` Path to the CA cert file in PEM format.
958- ``cert `` Path to the client certificate in PEM foramt .
958+ ``cert `` Path to the client certificate in PEM format .
959959``channel_max `` Specifies highest channel number that the server
960960 permits. 0 means standard extension limit
961961``confirm_timeout `` Timeout in seconds for confirmation, if none
@@ -977,7 +977,7 @@ The transport has a number of options:
977977 calls.
978978``host `` Hostname of the AMQP service
979979``key `` Path to the client key in PEM format.
980- ``password `` Password to use the connect to the AMQP service
980+ ``password `` Password to use to connect to the AMQP service
981981``persistent ``
982982``port `` Port of the AMQP service
983983``prefetch_count ``
@@ -986,7 +986,7 @@ The transport has a number of options:
986986 greater seconds. May be fractional.
987987``retry ``
988988``sasl_method ``
989- ``user `` Username to use to connect the the AMQP service
989+ ``user `` Username to use to connect the AMQP service
990990``verify `` Enable or disable peer verification. If peer
991991 verification is enabled then the common name in
992992 the server certificate must match the server
0 commit comments