summaryrefslogtreecommitdiffstats
path: root/deluge/transfer.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-05-21 02:19:57 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-21 15:23:45 +0100
commit65f6ede8b24ad093285a514360a1082cec892f49 (patch)
tree6f778626ae41890cd3dc9e7a1483f5e3e765e21d /deluge/transfer.py
parent515dbcc5d9de572f46ebacb2baa47ae762b06036 (diff)
downloaddeluge-65f6ede8b24ad093285a514360a1082cec892f49.tar.gz
deluge-65f6ede8b24ad093285a514360a1082cec892f49.tar.bz2
deluge-65f6ede8b24ad093285a514360a1082cec892f49.zip
[Docs] Updates and fixes to build on Python 3
- Updates to the sphinx conf - Applied Mock fixes to build on Python 3. - Group patches at bottom of conf file. - Use just a major.minor for version. - Specify Sphinx 2.0 version requirement. - Move requirements.txt to docs dir. - Add readthedocs config - Fix docstring code block rst formatting issue.
Diffstat (limited to 'deluge/transfer.py')
-rw-r--r--deluge/transfer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/transfer.py b/deluge/transfer.py
index 10f6d51e0..6b26549e2 100644
--- a/deluge/transfer.py
+++ b/deluge/transfer.py
@@ -31,7 +31,7 @@ class DelugeTransferProtocol(Protocol, object):
Data messages are transfered with a header containing a protocol version
and the length of the data to be transfered (payload).
- The format is:
+ The format is::
ubyte uint4 bytestring
|.version.|..size..|.....body.....|