From 9686c8e508657da356dc7e2f87fb8f726ef90edb Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 15 Nov 2021 17:40:41 +0000 Subject: [PATCH] docs: typo fixed --- pyerrors/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/__init__.py b/pyerrors/__init__.py index c9792e18..7d1a7261 100644 --- a/pyerrors/__init__.py +++ b/pyerrors/__init__.py @@ -97,7 +97,7 @@ my_sum.details() ``` -The integrated autocorrelation time $\tau_\mathrm{int}$ and the autocorrelation function $\rho(W)$ can be monitored via the methods ´pyerrors.obs.Obs.plot_tauint` and ´pyerrors.obs.Obs.plot_tauint`. +The integrated autocorrelation time $\tau_\mathrm{int}$ and the autocorrelation function $\rho(W)$ can be monitored via the methods `pyerrors.obs.Obs.plot_tauint` and `pyerrors.obs.Obs.plot_tauint`. Example: ```python