Fix docstring for openmc.reserve_ids

This commit is contained in:
Paul Romano 2017-06-08 19:44:31 -05:00
parent 3aa456fd4b
commit 3a8205c6d9

View file

@ -73,6 +73,9 @@ def reserve_ids(ids, cls=None):
----------
ids : iterable of int
IDs to reserve
cls : type or None
Class for which IDs should be reserved. If None, all classes that have
auto-generated IDs will be used.
"""
if cls is None: