Skip to content

Commit 56eaad9

Browse files
Update typo in a warning message.
1 parent 7e5b960 commit 56eaad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

switch_model/generators/core/dispatch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ def _warn_on_extra_VARIABLE_GEN_TPS(m):
294294
"the scheduled operational dates. If you expect those datapoints "
295295
"to be useful, then those plants need to either come online "
296296
"earlier, have longer lifetimes, or have options to build new "
297-
"new capacity when the old capacity reaches the provided "
298-
"end-of-life date."
297+
"capacity when the old capacity reaches the provided end-of-life "
298+
"date."
299299
"\n".format(num_impacted_generators))
300300
if extra_indexes:
301301
logging.warning(warning_msg)

0 commit comments

Comments
 (0)