summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-06-27 12:56:47 +0300
committerGitHub <noreply@github.com>2023-06-27 12:56:47 +0300
commitf018e3cdcfe3671be8bbcc59a834ef4b64fb16a8 (patch)
tree60dab17b1d401f272e626f876e43b0bf6abcbfaf
parentdee79c33a425d264e53e0e5d0ad51b1bc13945d0 (diff)
parent4e8737b269aa5e519561240bed7ce77366389a93 (diff)
Merge pull request #13857 from anlancs/doc-wrong-code
doc: Fix one syntax error for code block
-rw-r--r--doc/developer/topotests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst
index 1c2d6b3bdb..87edad40bb 100644
--- a/doc/developer/topotests.rst
+++ b/doc/developer/topotests.rst
@@ -443,7 +443,7 @@ as shown in the examples below.
For each capture a window is opened displaying a live summary of the captured
packets. Additionally, the entire packet stream is captured in a pcap file in
-the tests log directory e.g.,::
+the tests log directory e.g.,:
.. code:: console