We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b95be commit 2de2246Copy full SHA for 2de2246
1 file changed
docs/source/backends/raspbian.rst
@@ -14,13 +14,13 @@ Initialization
14
Render method
15
-------------
16
17
-.. automethod:: netjsonconfig.OpenWrt.render
+.. automethod:: netjsonconfig.Raspbian.render
18
19
Code example:
20
21
.. code-block:: python
22
23
- from netjsonconfig import OpenWrt
+ from netjsonconfig import Raspbian
24
25
o = Raspbian({
26
"interfaces": [
@@ -106,7 +106,7 @@ The ``generate`` method does not write to disk but instead returns a instance of
106
Write method
107
------------
108
109
-.. automethod:: netjsonconfig.OpenWrt.write
+.. automethod:: netjsonconfig.Raspbian.write
110
111
Example:
112
0 commit comments