Skip to content

Commit

Permalink
Update Particle.name docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Sep 5, 2024
1 parent b75590c commit 4f8e0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particle/particle/particle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f8e0cb

Please sign in to comment.