Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed May 17, 2024
1 parent 000a169 commit e644501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milatools/utils/parallel_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async def run_async_tasks_with_progress_bar(
>>> import pytest, sys
>>> if sys.platform.startswith('win'):
... pytest.skip('This doctest doesn't work properly on Windows.')
... pytest.skip("This doctest doesn't work properly on Windows.")
>>> async def example_task_fn(report_progress: ReportProgressFn, len_of_task: int):
... import random
... report_progress(progress=0, total=len_of_task, info="Starting.")
Expand Down

0 comments on commit e644501

Please sign in to comment.