Skip to content

Commit

Permalink
add import statement to example to satisfy doctest(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
admorris committed Jun 28, 2023
1 parent 901e5a4 commit 7031379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/decaylanguage/utils/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class DescriptorFormat:
Examples
--------
>>> from decaylanguage import DecayMode, DecayChain
>>> dm1 = DecayMode(0.6770, "D0 pi+") # D*+
>>> dm2 = DecayMode(0.0124, "K_S0 pi0") # D0
>>> dm3 = DecayMode(0.692, "pi+ pi-") # K_S0
Expand Down

0 comments on commit 7031379

Please sign in to comment.