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. -