Skip to content

Commit 0775624

Browse files
pshriwisegonuke
andauthored
Update src/pydagmc/dagnav.py
Co-authored-by: Paul Wilson <paul.wilson@wisc.edu>
1 parent b5508f5 commit 0775624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pydagmc/dagnav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def category(self, category: str):
405405

406406
@property
407407
def groups(self) -> list[Group]:
408-
"""Get list of groups containing this volume."""
408+
"""Get list of groups containing this DAGMC set."""
409409
return [group for group in self.model.groups if self in group]
410410

411411
@abstractmethod

0 commit comments

Comments
 (0)