Skip to content

Commit c93269f

Browse files
authored
Fix typo
1 parent 2a7f8d9 commit c93269f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorial/tutorial.advanced-topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ timer.result()
371371

372372
In this example we will show how to send complex tasks to adaptive as coroutines.
373373
We require an asynchronous client to perform the execution of asynchronous tasks.
374-
In this case, it is imported from `dask.distributed`.
374+
Here we will use `dask.distributed`.
375375

376376
```{code-cell} ipython3
377377
from dask.distributed import Client
@@ -404,7 +404,7 @@ async def async_h(x):
404404
return await client.submit(h, x)
405405
```
406406

407-
When provide the asynchronous function to the `learner` and run it via `AsyncRunner`.
407+
When providing the asynchronous function to the `learner` and run it via `AsyncRunner`.
408408

409409
```{code-cell} ipython3
410410
learner = adaptive.Learner1D(async_h, bounds=(-1, 1))

0 commit comments

Comments
 (0)