aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/tcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/tcp.py')
-rw-r--r--resources/libraries/python/tcp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/tcp.py b/resources/libraries/python/tcp.py
index ecd6210f69..e013a65539 100644
--- a/resources/libraries/python/tcp.py
+++ b/resources/libraries/python/tcp.py
@@ -65,7 +65,7 @@ class TCPUtils(object):
:param node: Node to start HTTP server on.
:param prealloc_fifos: Max number of connections you expect to handle at
- one time.
+ one time.
:param fifo_size: FIFO size in kB.
:param private_segment_size: Private segment size. Number + unit.
:type node: dict