From 50366107d64e0c7b6bf2912b036ca71e6f26236b Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 26 Nov 2009 15:36:32 +0000 Subject: [PATCH] fixed documentation typo --- docs/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.rst b/docs/manual.rst index 8bfe7781c..11e1d458a 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -3100,7 +3100,7 @@ larger if the pieces are larger. ``num_connections`` is the number of peer connections this torrent has, including half-open connections that hasn't completed the bittorrent handshake yet. This is -always <= ``num_peers``. +always >= ``num_peers``. ``uploads_limit`` is the set limit of upload slots (unchoked peers) for this torrent.