Skip to content

Commit 99f148c

Browse files
Fix spacing between sections
1 parent ae50f3f commit 99f148c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ Output in debug mode::
249249
raise Exception("not consumed")
250250
Exception: not consumed
251251

252+
252253
Asynchronous generators best practices
253254
======================================
254255

@@ -284,7 +285,6 @@ manager::
284285

285286
asyncio.run(func())
286287

287-
288288
Only create a generator when a loop is already running
289289
------------------------------------------------------
290290

@@ -297,7 +297,6 @@ handles this situation and doing it best to call async generator-iterator's
297297
Then it is recomended to create async generators only after the event loop
298298
has already been created.
299299

300-
301300
Avoid iterating and closing the same generator concurrently
302301
-----------------------------------------------------------
303302

0 commit comments

Comments
 (0)