10000 Update asyncio-sync.rst · python/cpython@3517e33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3517e33

Browse files
committed
Update asyncio-sync.rst
bpo-43352 Suppress ` in a comment of the example
1 parent 7a00453 commit 3517e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-sync.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Barrier
378378
return -1
379379

380380
async def main(folder, files, nb_files):
381-
# Create a Barrier object with parties equal to ``nb_files+1``
381+
# Create a Barrier object with parties equal to nb_files+1
382382
# corresponding to the number of all removing 430C items,
383383
# and an action as a print message.
384384
barrier = asyncio.Barrier(nb_files+1, action=job_done)

0 commit comments

Comments
 (0)
0