Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44c3065

Browse files
committed
fix declaration of StatisticsError
1 parent 6b4f780 commit 44c3065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/statistics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@ Exceptions
454454

455455
A single exception is defined:
456456

457-
:exc:`StatisticsError`
457+
.. exception:: `StatisticsError`
458458

459-
Subclass of :exc:`ValueError` for statistics-related exceptions.
459+
Subclass of :exc:`ValueError` for statistics-related exceptions.
460460

461461
..
462462
# This modelines must appear within the last ten lines of the file.

0 commit comments

Comments
 (0)