Skip to content

Commit

Permalink
better styling in README.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <lrq3000@gmail.com>
  • Loading branch information
lrq3000 committed Jun 9, 2020
1 parent 44d8a83 commit b342da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Since we failed to decode with 6 errors with a codec set with 10 error correctio
This shows that we can decode twice as many erasures (where we provide the location of errors ourselves) than errors (with unknown locations). This is the cost of error correction compared to erasure correction.
To get the maximum number of errors OR erasures that can be independently corrected (ie, not simultaneously):
To get the maximum number of errors *or* erasures that can be independently corrected (ie, not simultaneously):
.. code:: python
Expand All @@ -111,7 +111,7 @@ To get the maximum number of errors OR erasures that can be independently correc
>>> print(maxerrors, maxerasures)
6 12
To get the maximum number of errors AND erasures that can be simultaneously corrected, you need to specify the number of errors or erasures you expect:
To get the maximum number of errors *and* erasures that can be simultaneously corrected, you need to specify the number of errors or erasures you expect:
.. code:: python
Expand Down

0 comments on commit b342da5

Please sign in to comment.