Skip to content

Commit 4c6cb93

Browse files
committed
Updated doc-string.
1 parent 6d02523 commit 4c6cb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commpy/channels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ def bsc(input_bits, p_t):
6666
Binary Symmetric Channel.
6767
6868
Parameters
69-
__________
69+
----------
7070
input_bits : 1D ndarray containing {0, 1}
7171
Input arrary of bits to the channel.
7272
7373
p_t : float in [0, 1]
7474
Transition/Error probability of the channel.
7575
7676
Returns
77-
_______
77+
-------
7878
output_bits : 1D ndarray containing {0, 1}
7979
Output bits from the channel.
8080
"""

0 commit comments

Comments
 (0)