Skip to content
Snippets Groups Projects
Commit 3a6268c4 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Merge branch 'erodrigu-master-patch-91698' into 'master'

Fix doc typos in Phys/DaVinci/python/DaVinci/locations.py

See merge request lhcb/DaVinci!523
parents 84ca2c33 96d29705
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!523Fix doc typos in Phys/DaVinci/python/DaVinci/locations.py
Pipeline #2464561 passed
......@@ -44,7 +44,7 @@ LocationsUnpackedReco = Enum(
{e.name: e.value.replace("pRec", "Rec")
for e in LocationsPackedReco})
LocationsUnpackedReco.__doc__ = """
Locations of packed reconstruction objects, stored under "/Event/pRec".
Locations of unpacked reconstruction objects, stored under "/Event/Rec".
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment