From 2aa50669dc22b5b9154a464d7169a7069ff8cf54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 23 Aug 2019 14:51:27 +0200 Subject: [PATCH] documentation/python: yup, yet another variant of builtin math docstrings. --- .../test_python/inspect_annotations/math.html | 4 +- .../inspect_annotations/math373.html | 57 +++++++++++++++++++ documentation/test_python/test_inspect.py | 25 +++++++- 3 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 documentation/test_python/inspect_annotations/math373.html diff --git a/documentation/test_python/inspect_annotations/math.html b/documentation/test_python/inspect_annotations/math.html index ebfe209d..222af053 100644 --- a/documentation/test_python/inspect_annotations/math.html +++ b/documentation/test_python/inspect_annotations/math.html @@ -22,8 +22,8 @@

math module

-

This module is always available. It provides access to the -mathematical functions defined by the C standard.

+

This module provides access to the mathematical functions +defined by the C standard.

Contents