Skip to content

Commit ac95dca

Browse files
committed
[airos] updated docs to use correct airos backend name
1 parent 4b98fee commit ac95dca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/source/backends/airos.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ AirOS Backend
44

55
.. include:: ../_github.rst
66

7-
The ``AirOS`` backend allows to generate AirOS v8.3 compatible configurations.
7+
The ``AirOs`` backend allows to generate AirOS v8.3 compatible configurations.
88

99
Initialization
1010
--------------
1111

12-
.. automethod:: netjsonconfig.AirOS.__init__
12+
.. automethod:: netjsonconfig.AirOs.__init__
1313

1414
Initialization example:
1515

1616
.. code-block:: python
1717
18-
from netjsonconfig import AirOS
18+
from netjsonconfig import AirOs
1919
20-
router = AirOS({
20+
router = AirOs({
2121
"general": {
2222
"hostname": "MasterAntenna"
2323
}
@@ -33,24 +33,24 @@ read about the following basic concepts:
3333
Render method
3434
-------------
3535

36-
.. automethod:: netjsonconfig.AirOS.render
36+
.. automethod:: netjsonconfig.AirOs.render
3737

3838
Generate method
3939
---------------
4040

41-
.. automethod:: netjsonconfig.AirOS.generate
41+
.. automethod:: netjsonconfig.AirOs.generate
4242

4343

4444
Write method
4545
------------
4646

47-
.. automethod:: netjsonconfig.AirOS.write
47+
.. automethod:: netjsonconfig.AirOs.write
4848

4949

5050
JSON method
5151
-----------
5252

53-
.. automethod:: netjsonconfig.AirOS.json
53+
.. automethod:: netjsonconfig.AirOs.json
5454

5555

5656
General settings

0 commit comments

Comments
 (0)