diff options
| author | Christian Hopps <chopps@labn.net> | 2024-05-26 22:12:28 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-05-26 22:13:21 +0000 |
| commit | 107e3a586d46829c3bc4355429a249604a0e8ffd (patch) | |
| tree | 9477db7b172d2459e193efd4a7635092d7a79b6f /doc/developer | |
| parent | ebdbb0e3fedd89514e4e40edc6e967b62a7e450c (diff) | |
doc: add missing required newline in .rst formatting
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc/developer')
| -rw-r--r-- | doc/developer/topotests.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index b89b63029b..e1702c47c7 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -46,6 +46,7 @@ The version of protobuf package that is installed on your system will determine which versions of the python protobuf packages you need to install. .. code:: shell + # - Either - For protobuf version <= 3.12 python3 -m pip install 'protobuf<4' |
