fixed typo in docs. Fixes #213
This commit is contained in:
@@ -2134,7 +2134,7 @@ number of peers that are seeding (complete) and the total number of peers
|
|||||||
that are still downloading (incomplete) this torrent.</p>
|
that are still downloading (incomplete) this torrent.</p>
|
||||||
<p><tt class="docutils literal"><span class="pre">total_done</span></tt> is the total number of bytes of the file(s) that we have. All
|
<p><tt class="docutils literal"><span class="pre">total_done</span></tt> is the total number of bytes of the file(s) that we have. All
|
||||||
this does not necessarily has to be downloaded during this session (that's
|
this does not necessarily has to be downloaded during this session (that's
|
||||||
<tt class="docutils literal"><span class="pre">total_download_payload</span></tt>).</p>
|
<tt class="docutils literal"><span class="pre">total_payload_download</span></tt>).</p>
|
||||||
<p><tt class="docutils literal"><span class="pre">total_wanted_done</span></tt> is the number of bytes we have downloaded, only counting the
|
<p><tt class="docutils literal"><span class="pre">total_wanted_done</span></tt> is the number of bytes we have downloaded, only counting the
|
||||||
pieces that we actually want to download. i.e. excluding any pieces that we have but
|
pieces that we actually want to download. i.e. excluding any pieces that we have but
|
||||||
are filtered as not wanted.</p>
|
are filtered as not wanted.</p>
|
||||||
|
@@ -2112,7 +2112,7 @@ that are still downloading (incomplete) this torrent.
|
|||||||
|
|
||||||
``total_done`` is the total number of bytes of the file(s) that we have. All
|
``total_done`` is the total number of bytes of the file(s) that we have. All
|
||||||
this does not necessarily has to be downloaded during this session (that's
|
this does not necessarily has to be downloaded during this session (that's
|
||||||
``total_download_payload``).
|
``total_payload_download``).
|
||||||
|
|
||||||
``total_wanted_done`` is the number of bytes we have downloaded, only counting the
|
``total_wanted_done`` is the number of bytes we have downloaded, only counting the
|
||||||
pieces that we actually want to download. i.e. excluding any pieces that we have but
|
pieces that we actually want to download. i.e. excluding any pieces that we have but
|
||||||
|
Reference in New Issue
Block a user