Skip to content

Commit

Permalink
Fixed a doc issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Oct 20, 2023
1 parent 9a9fa55 commit 81ce248
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/docs/pysnmp-hlapi-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </docs/api-reference>`
and :doc:`examples </examples/index>` for more information on
asynchronous API.

0 comments on commit 81ce248

Please sign in to comment.