Skip to content

Commit 2de2246

Browse files
author
Ritwick DSouza
committed
[raspbian] Updated documentation
1 parent a0b95be commit 2de2246

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/backends/raspbian.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Initialization
1414
Render method
1515
-------------
1616

17-
.. automethod:: netjsonconfig.OpenWrt.render
17+
.. automethod:: netjsonconfig.Raspbian.render
1818

1919
Code example:
2020

2121
.. code-block:: python
2222
23-
from netjsonconfig import OpenWrt
23+
from netjsonconfig import Raspbian
2424
2525
o = Raspbian({
2626
"interfaces": [
@@ -106,7 +106,7 @@ The ``generate`` method does not write to disk but instead returns a instance of
106106
Write method
107107
------------
108108

109-
.. automethod:: netjsonconfig.OpenWrt.write
109+
.. automethod:: netjsonconfig.Raspbian.write
110110

111111
Example:
112112

0 commit comments

Comments
 (0)