From 1c90b5de7195a03c97afda5ea71fb61928cef4d7 Mon Sep 17 00:00:00 2001 From: Miriam Date: Tue, 9 Feb 2021 01:14:04 +0000 Subject: [PATCH] typo --- openmc/lib/cell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/lib/cell.py b/openmc/lib/cell.py index 987de0899e..c69d1e2a40 100644 --- a/openmc/lib/cell.py +++ b/openmc/lib/cell.py @@ -69,7 +69,7 @@ class Cell(_FortranObjectWithID): uid : int or None Unique ID of the cell new : bool - When `index` is None, this arfument controls whether a new object is + When `index` is None, this argument controls whether a new object is created or a view to an existing object is returned. index : int Index in the `cells` array.