From 941536c3672363fda2c525250f6370c0892cc8b9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:56:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/usage/parameters.rst | 2 +- docs/source/usage/python.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/usage/parameters.rst b/docs/source/usage/parameters.rst index 20d55b178..823e65c38 100644 --- a/docs/source/usage/parameters.rst +++ b/docs/source/usage/parameters.rst @@ -128,7 +128,7 @@ Lattice Elements * ``.dy`` (``float``, in meters) vertical translation error * ``.rotation`` (``float``, in degrees) rotation error in the transverse plane * ``.aperture_x`` (``float``, in meters) horizontal half-aperture (elliptical) - * ``.aperture_y`` (``float``, in meters) vertical half-aperture (elliptical) + * ``.aperture_y`` (``float``, in meters) vertical half-aperture (elliptical) * ``.nslice`` (``integer``) number of slices used for the application of space charge (default: ``1``) * ``drift`` for a free drift. This requires these additional parameters: diff --git a/docs/source/usage/python.rst b/docs/source/usage/python.rst index c239de25c..4c8c03b81 100644 --- a/docs/source/usage/python.rst +++ b/docs/source/usage/python.rst @@ -521,7 +521,7 @@ This module provides elements for the accelerator lattice. :param dy: vertical translation error in m :param rotation: rotation error in the transverse plane [degrees] :param aperture_x: horizontal half-aperture (elliptical) in m - :param aperture_y: vertical half-aperture (elliptical) in m + :param aperture_y: vertical half-aperture (elliptical) in m :param nslice: number of slices used for the application of space charge :param name: an optional name for the element