From 81ce2485da06272ae5e381f04453f42ac4bd3d8e Mon Sep 17 00:00:00 2001 From: Lex Li Date: Fri, 20 Oct 2023 10:43:07 -0400 Subject: [PATCH] Fixed a doc issue. --- docs/source/docs/pysnmp-hlapi-tutorial.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/docs/pysnmp-hlapi-tutorial.rst b/docs/source/docs/pysnmp-hlapi-tutorial.rst index 9338d38e0..99fd24ab1 100644 --- a/docs/source/docs/pysnmp-hlapi-tutorial.rst +++ b/docs/source/docs/pysnmp-hlapi-tutorial.rst @@ -609,9 +609,8 @@ and scalable. The idea is simple: never wait for I/O - do something else whenever possible. The back side of this is that execution flow becomes non-linear what hurts program analysis by human reader. -PySNMP high-level API is adapted to work with three popular -asynchronous I/O frameworks :mod:`asyncio`. +PySNMP high-level API is adapted to work with the standard +asynchronous I/O framework :mod:`asyncio`. Please, refer to PySNMP :doc:`library reference ` and :doc:`examples ` for more information on asynchronous API. -