Skip to content

Commit 53a24d2

Browse files
authored
fix issue pandas-dev#60410
1 parent ee0902a commit 53a24d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/window.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ One must have :math:`0 < \alpha \leq 1`, and while it is possible to pass
569569
\begin{cases}
570570
\frac{2}{s + 1}, & \text{for span}\ s \geq 1\\
571571
\frac{1}{1 + c}, & \text{for center of mass}\ c \geq 0\\
572-
1 - \exp^{\frac{\log 0.5}{h}}, & \text{for half-life}\ h > 0
572+
1 - e^{\frac{\log 0.5}{h}}, & \text{for half-life}\ h > 0
573573
\end{cases}
574574
575575
One must specify precisely one of **span**, **center of mass**, **half-life**

0 commit comments

Comments
 (0)