summaryrefslogtreecommitdiff
path: root/doc/developer/scripting.rst
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-03-16 18:22:02 -0400
committerGitHub <noreply@github.com>2021-03-16 18:22:02 -0400
commit48e85d22967327dfd8e4a36dc1c1d0c2344103e4 (patch)
tree93faeb1878a2fe8ec1092a9a2cfd2e4acb816062 /doc/developer/scripting.rst
parent77409683a7c29373ef364d74508abc6b618efd69 (diff)
parentb43be6b8f61becff18545471614fc8faa4c55c71 (diff)
Merge pull request #8268 from mjstapp/doc_dev_topo_notes
doc: add info to topotest dev doc
Diffstat (limited to 'doc/developer/scripting.rst')
-rw-r--r--doc/developer/scripting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/scripting.rst b/doc/developer/scripting.rst
index b0413619ab..708f65ff7d 100644
--- a/doc/developer/scripting.rst
+++ b/doc/developer/scripting.rst
@@ -271,7 +271,7 @@ has). For example, here is the encoder function for ``struct prefix``:
This function pushes a single value onto the Lua stack. It is a table whose equivalent in Lua is:
-.. code-block::
+.. code-block:: c
{ ["network"] = "1.2.3.4/24", ["prefixlen"] = 24, ["family"] = 2 }