Skip to content

Commit d366724

Browse files
committed
Fix again the math docstring
1 parent aaeaee1 commit d366724

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/math/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
2-
This module provides access to integer related mathematical functions.
2+
This module provides access to the mathematical functions
3+
defined by the C standard.
34
"""
45

56
from _math import *

0 commit comments

Comments
 (0)