mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fixed a typo in header comment of split_string.
This commit is contained in:
parent
5c1a1226fe
commit
8a5ae131aa
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ contains
|
|||
|
||||
!=====================================================================
|
||||
! SPLIT_STRING takes a sentence and splits it into separate words much
|
||||
! the Python string.split() method.
|
||||
! like the Python string.split() method.
|
||||
!
|
||||
! Arguments:
|
||||
! string = input line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue