Skip to content

Commit

Permalink
fixing typo in upstream_dict.py
Browse files Browse the repository at this point in the history
issue #182
  • Loading branch information
m-jamieson committed Mar 15, 2022
1 parent 684da0b commit 43ab081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electricitylci/upstream_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def olcaschema_genupstream_processes(merged):
exchanges_list.append(_exchange_table_creation_ref(fuel_type))
elif fuel_type == "NUCLEAR":
combined_name = (
"nuclear fuel extraction, prococessing, and transport"
"nuclear fuel extraction, processing, and transport"
)
exchanges_list.append(_exchange_table_creation_ref(fuel_type))
elif fuel_type == "GEOTHERMAL":
Expand Down

0 comments on commit 43ab081

Please sign in to comment.