Skip to content

Commit 8071bc8

Browse files
jimmielinnusbaume
andauthored
Update cime_config/atm_in_paramgen.py
Co-authored-by: Jesse Nusbaumer <nusbaume@ucar.edu>
1 parent 37f7d1d commit 8071bc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cime_config/atm_in_paramgen.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,9 +737,9 @@ def _get_nml_value_str(var_name, var_type, var_val):
737737
>>> _get_nml_value_str("ncdata", "char*250", "'/path/to/file',")
738738
"'/path/to/file'"
739739
740-
11. Check that a character variable with quotes and trailing comma
741-
outputs the correct value:
742-
>>> _get_nml_value_str("ncdata", "char*250", " '/path/to/file', ")
740+
11. Check that a character variable with quotes and a trailing comma
741+
surrounded by white space outputs the correct value:
742+
>>> _get_nml_value_str("ncdata", "char*250", " '/path/to/file' , ")
743743
"'/path/to/file'"
744744
"""
745745

0 commit comments

Comments
 (0)