Skip to content

Commit

Permalink
Update docstring of getAssemblyWithStringLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Dec 8, 2023
1 parent 7e1e167 commit 454da1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/reactors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ def getAssemblyWithAssemNum(self, assemNum):
return self.getAssembly(assemNum=assemNum)

def getAssemblyWithStringLocation(self, locationString):
"""Returns an assembly or none if given a location string like 'B0014'.
"""Returns an assembly or none if given a location string like '001-001'.
.. impl:: Get assembly by location.
:id: I_ARMI_R_GET_ASSEM_LOC
Expand Down

0 comments on commit 454da1a

Please sign in to comment.