Skip to content

Commit

Permalink
minor on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Oct 19, 2023
1 parent d1c72a3 commit 5c4c964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/theory/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The reasons to chose such basis are:

.. note::

:math:`F_1` and :math:`2xg_5` are also provided as they are treated as a derived quantity, like
:math:`2xF_1` and :math:`2xg_5` are also provided as they are treated as a derived quantity, like
the cross sections in the following section.

Cross sections
Expand Down
4 changes: 2 additions & 2 deletions src/yadism/esf/exs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def xs_coeffs_polarized(kind):
"""Compute coefficients in the definition of a polarized given cross section.
"""Compute coefficients in the definition of a given polarized cross section.
Parameters
----------
Expand All @@ -29,7 +29,7 @@ def xs_coeffs_polarized(kind):


def xs_coeffs_unpolarized(kind, y, x=None, Q2=None, params=None):
"""Compute coefficients in the definition of a unpolarized given cross section.
"""Compute coefficients in the definition of a given unpolarized cross section.
Parameters
----------
Expand Down

0 comments on commit 5c4c964

Please sign in to comment.