Skip to content

Commit c4420ec

Browse files
committed
Typo
1 parent 500b2be commit c4420ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/core/azure-core/azure/core/polling/_async_poller.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ async def async_poller(client, initial_response, deserialization_callback, polli
9494
poller = AsyncLROPoller(client, initial_response, deserialization_callback, polling_method)
9595
return await poller
9696

97+
9798
class AsyncLROPoller(Awaitable, Generic[PollingReturnType]):
9899
"""Async poller for long running operations.
99100
@@ -106,7 +107,7 @@ class AsyncLROPoller(Awaitable, Generic[PollingReturnType]):
106107
If a subclass of Model is given, this passes "deserialize" as callback.
107108
:type deserialization_callback: callable or msrest.serialization.Model
108109
:param polling_method: The polling strategy to adopt
109-
:type polling_method: ~azure.core.polling.PollingMethod
110+
:type polling_method: ~azure.core.polling.AsyncPollingMethod
110111
"""
111112

112113
def __init__(

0 commit comments

Comments
 (0)