[tor-commits] [ooni-probe/master] Fix typo in code snippet example

art at torproject.org art at torproject.org
Sat Jan 30 19:11:15 UTC 2016


commit be3aa99d8a41fab5da938007cb8f3b07218e4473
Author: Arturo Filastò <arturo at 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
 





More information about the tor-commits mailing list