Skip to content

Commit e922ede

Browse files
author
Wood, Tony
committed
Fix "attributes" key in docstring.
1 parent f16f109 commit e922ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/orbit/bunch_utils/collect_bunch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def collect_bunch(
9090
"gamma": np.float64,
9191
"time": np.float64
9292
},
93-
"attr": {
93+
"attributes": {
9494
<bunch attribute name>: <attribute value (np.float64 or np.int32)>,
9595
...
9696
}

0 commit comments

Comments
 (0)