Skip to content

Commit 2eee33d

Browse files
camtarnAndy Walker
authored andcommitted
The module name is async_io, not asyncio
This was causing the docs build to throw an error for the async_io package, and not pick up any docs within it.
1 parent 1ab8d89 commit 2eee33d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/library/pymodbus.client.asynchronous.asyncio.rst renamed to doc/source/library/pymodbus.client.asynchronous.async_io.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pymodbus\.client\.asynchronous\.asyncio package
1+
pymodbus\.client\.asynchronous\.async_io package
22
===============================================
33

4-
.. automodule:: pymodbus.client.asynchronous.asyncio
4+
.. automodule:: pymodbus.client.asynchronous.async_io
55
:members:
66
:undoc-members:
77
:show-inheritance:

doc/source/library/pymodbus.client.asynchronous.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Subpackages
1111

1212
.. toctree::
1313

14-
pymodbus.client.asynchronous.asyncio
14+
pymodbus.client.asynchronous.async_io
1515
pymodbus.client.asynchronous.factory
1616
pymodbus.client.asynchronous.schedulers
1717
pymodbus.client.asynchronous.tornado

0 commit comments

Comments
 (0)