From 4f8e0cb862ef8339dfdf5a9e59073069c30737f0 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Thu, 5 Sep 2024 14:47:40 +0200 Subject: [PATCH] Update Particle.name docstring --- src/particle/particle/particle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/particle/particle/particle.py b/src/particle/particle/particle.py index afc5d1a7..103d7fb6 100644 --- a/src/particle/particle/particle.py +++ b/src/particle/particle/particle.py @@ -793,7 +793,7 @@ def __str__(self) -> str: name = property( __str__, - doc="The nice name, with charge added, and a tilde for an antiparticle, if relevant.", + doc="The PDG particle name, with charge added, and a tilde for an antiparticle, if relevant.", ) def _repr_latex_(self) -> str: