commit e0428e869f9dab9eb7dec9dab9425a0341eaedc6 Author: Arturo Filastò arturo@filasto.net Date: Fri Jan 22 11:08:22 2016 +0100
Fix typo in code snippet example --- docs/source/writing_test_helpers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/writing_test_helpers.rst b/docs/source/writing_test_helpers.rst index d391aa4..a8601cc 100644 --- a/docs/source/writing_test_helpers.rst +++ b/docs/source/writing_test_helpers.rst @@ -72,9 +72,9 @@ OONI-backend uses a config file located at `/etc/oonibackend.conf <https://githu
The test-helper will need to be given a unique identifyer so that it can be called from the config file. In this example we use ``tcp-directionality`` as our identifyer.
-For a helper to be used in the ooni-backend it needs to be given an identifyer so that it can be called from the config file.:: +For a helper to be used in the ooni-backend it needs to be given an identifyer so that it can be called from the config file::
- tcp-echo: + tcp-directionality: encoding: rot13 port: 57009
tor-commits@lists.torproject.org