correct minor typos in doc
Some checks failed
Mypy / mypy (push) Successful in 1m10s
Pytest / pytest (3.12) (push) Successful in 1m19s
Pytest / pytest (3.13) (push) Successful in 1m12s
Pytest / pytest (3.14) (push) Successful in 1m13s
Ruff / ruff (push) Failing after 1m1s

This commit is contained in:
Justus Kuhlmann 2026-04-08 17:26:38 +02:00
commit 3a1e41808b
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -179,9 +179,9 @@ def sfcf_filter(results: pd.DataFrame, **kwargs: Any) -> pd.DataFrame:
qk2: float, optional qk2: float, optional
Mass parameter $\kappa_2$ of the first quark. Mass parameter $\kappa_2$ of the first quark.
qm1: float, optional qm1: float, optional
Bare quak mass $m_1$ of the first quark. Bare quark mass $m_1$ of the first quark.
qm2: float, optional qm2: float, optional
Bare quak mass $m_1$ of the first quark. Bare quark mass $m_2$ of the first quark.
quarks_thetas: list[list[float]], optional quarks_thetas: list[list[float]], optional
wf1: optional wf1: optional
wf2: optional wf2: optional