Skip to content

Commit 6b0cb1f

Browse files
committed
Uniformize headline: functions
1 parent dc25d4d commit 6b0cb1f

17 files changed

+27
-29
lines changed

src/sage/functions/airy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Airy Functions
2+
Airy functions
33
44
This module implements Airy functions and their generalized derivatives. It
55
supports symbolic functionality through Maxima and numeric evaluation through

src/sage/functions/bessel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Bessel Functions
2+
Bessel functions
33
44
This module provides symbolic Bessel and Hankel functions, and their
55
spherical versions. These functions use the `mpmath library`_ for numerical

src/sage/functions/error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Error Functions
2+
Error functions
33
44
This module provides symbolic error functions. These functions use the
55
`mpmath library` for numerical evaluation and Maxima, Pynac for

src/sage/functions/exp_integral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Exponential Integrals
2+
Exponential integrals
33
44
AUTHORS:
55

src/sage/functions/generalized.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Generalized Functions
2+
Generalized functions
33
44
Sage implements several generalized functions (also known as
55
distributions) such as Dirac delta, Heaviside step functions. These

src/sage/functions/hyperbolic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Hyperbolic Functions
2+
Hyperbolic functions
33
44
The full set of hyperbolic and inverse hyperbolic functions is
55
available:

src/sage/functions/hypergeometric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Hypergeometric Functions
2+
Hypergeometric functions
33
44
This module implements manipulation of infinite hypergeometric series
55
represented in standard parametric form (as `\,_pF_q` functions).

src/sage/functions/jacobi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Jacobi Elliptic Functions
2+
Jacobi elliptic functions
33
44
This module implements the 12 Jacobi elliptic functions, along with their
55
inverses and the Jacobi amplitude function.

src/sage/functions/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Logarithmic Functions
2+
Logarithmic functions
33
44
AUTHORS:
55

src/sage/functions/min_max.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Symbolic Minimum and Maximum
2+
Symbolic minimum and maximum
33
44
Sage provides a symbolic maximum and minimum due to the fact that the Python
55
builtin max and min are not able to deal with variables as users might expect.

0 commit comments

Comments
 (0)