mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
fix declaration of StatisticsError
This commit is contained in:
parent
6b4f7803f8
commit
44c3065b62
1 changed files with 2 additions and 2 deletions
|
|
@ -454,9 +454,9 @@ Exceptions
|
|||
|
||||
A single exception is defined:
|
||||
|
||||
:exc:`StatisticsError`
|
||||
.. exception:: `StatisticsError`
|
||||
|
||||
Subclass of :exc:`ValueError` for statistics-related exceptions.
|
||||
Subclass of :exc:`ValueError` for statistics-related exceptions.
|
||||
|
||||
..
|
||||
# This modelines must appear within the last ten lines of the file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue