Skip to content
Snippets Groups Projects
Commit f5c9d6b7 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #101 fix sphinx warning on docstring

/home/vit/Documents/dev/python/duniter-python-api/duniterpy/documents/transaction.py:docstring of duniterpy.documents.transaction.Transaction.compact:6: WARNING: Block quote ends without a blank line; unexpected unindent.
parent 4fffba7a
No related branches found
No related tags found
2 merge requests!94Merge dev into master for release 0.56.0,!80Doc on gitlab pages
......@@ -847,14 +847,14 @@ Currency: {1}
:return:
"TX:VERSION:NB_ISSUERS:NB_INPUTS:NB_UNLOCKS:NB_OUTPUTS:HAS_COMMENT:LOCKTIME
TX:VERSION:NB_ISSUERS:NB_INPUTS:NB_UNLOCKS:NB_OUTPUTS:HAS_COMMENT:LOCKTIME
PUBLIC_KEY:INDEX
...
INDEX:SOURCE:FINGERPRINT:AMOUNT
...
PUBLIC_KEY:AMOUNT
...
COMMENT"
COMMENT
"""
doc = "TX:{0}:{1}:{2}:{3}:{4}:{5}:{6}\n".format(
self.version,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment