diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-27 12:56:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-27 12:56:47 +0300 |
| commit | f018e3cdcfe3671be8bbcc59a834ef4b64fb16a8 (patch) | |
| tree | 60dab17b1d401f272e626f876e43b0bf6abcbfaf | |
| parent | dee79c33a425d264e53e0e5d0ad51b1bc13945d0 (diff) | |
| parent | 4e8737b269aa5e519561240bed7ce77366389a93 (diff) | |
Merge pull request #13857 from anlancs/doc-wrong-code
doc: Fix one syntax error for code block
| -rw-r--r-- | doc/developer/topotests.rst | 2 |
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 |
