summaryrefslogtreecommitdiff
path: root/doc/developer
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer')
-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 dd797a6949..8885dcfce3 100644
--- a/doc/developer/topotests.rst
+++ b/doc/developer/topotests.rst
@@ -883,7 +883,7 @@ Example:
Requirements:
- Directory name for a new topotest must not contain hyphen (``-``) characters.
- To separate words, use underscores (``_``). For example, `tests/topotests/bgp_new_example`.
+ To separate words, use underscores (``_``). For example, ``tests/topotests/bgp_new_example``.
- Test code should always be declared inside functions that begin with the
``test_`` prefix. Functions beginning with different prefixes will not be run
by pytest.