Skip to content

Commit

Permalink
Use raw string for docstring containing LaTeX math
Browse files Browse the repository at this point in the history
This fixes the flake8 error: `W605 invalid escape sequence '\m'`.
  • Loading branch information
sbellem committed Feb 22, 2019
1 parent 5bfb982 commit 63fbae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeybadgerbft/core/honeybadger.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def broadcast_receiver_loop(recv_func, recv_queues):


class HoneyBadgerBFT():
"""HoneyBadgerBFT object used to run the protocol.
r"""HoneyBadgerBFT object used to run the protocol.
:param str sid: The base name of the common coin that will be used to
derive a nonce to uniquely identify the coin.
Expand Down

0 comments on commit 63fbae6

Please sign in to comment.