diff options
Diffstat (limited to 'lib/pure/asyncio.nim')
-rw-r--r-- | lib/pure/asyncio.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/asyncio.nim b/lib/pure/asyncio.nim index 7765a8b29..025ff5de0 100644 --- a/lib/pure/asyncio.nim +++ b/lib/pure/asyncio.nim @@ -46,7 +46,7 @@ import sockets, os ## ## An example ``handleAccept`` follows: ## -## .. code:: nimrod +## .. code-block:: nimrod ## ## var disp: PDispatcher = newDispatcher() ## ... |