Skip to content

Commit ad5e39e

Browse files
authored
update to avoid weird apiview (Azure#33074)
1 parent 296bbb6 commit ad5e39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/eventhub/azure-eventhub/azure/eventhub/aio/_consumer_client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class EventHubConsumerClient(
100100
:paramtype transport_type: ~azure.eventhub.TransportType
101101
:keyword http_proxy: HTTP proxy settings. This must be a dictionary with the following
102102
keys: `'proxy_hostname'` (str value) and `'proxy_port'` (int value).
103-
:paramtype http_proxy: dict[str, str or int] or None
103+
:paramtype http_proxy: dict[str, str] or dict[str, int] or None
104104
Additionally the following keys may also be present: `'username', 'password'`.
105105
:keyword checkpoint_store: A manager that stores the partition load-balancing and checkpoint data
106106
when receiving events. The checkpoint store will be used in both cases of receiving from all partitions

0 commit comments

Comments
 (0)