Skip to content

Commit 63fbae6

Browse files
committed
Use raw string for docstring containing LaTeX math
This fixes the flake8 error: `W605 invalid escape sequence '\m'`.
1 parent 5bfb982 commit 63fbae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

honeybadgerbft/core/honeybadger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def broadcast_receiver_loop(recv_func, recv_queues):
4444

4545

4646
class HoneyBadgerBFT():
47-
"""HoneyBadgerBFT object used to run the protocol.
47+
r"""HoneyBadgerBFT object used to run the protocol.
4848
4949
:param str sid: The base name of the common coin that will be used to
5050
derive a nonce to uniquely identify the coin.

0 commit comments

Comments
 (0)