Skip to content

Commit

Permalink
Clarify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdangerx committed Jun 10, 2024
1 parent bc19236 commit 30c3f2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ EIA AEO
* Added new tables from EIA AEO table 54:

* :ref:`core_eiaaeo__yearly_projected_fuel_cost_in_electric_sector_by_type`
contains generation capacity & generation projections for the electric
sector, broken out by technology type. See issue :issue:`3649` and PR
:pr:`3656`.
contains fuel costs for the electric power sector. These are broken out by
fuel type, and include both nominal USD per MMBtu as well as real 2022 USD
per MMBtu. See issue :issue:`3649` and PR :pr:`3656`.

.. _release-v2024.5.0:

Expand Down
2 changes: 1 addition & 1 deletion src/pudl/metadata/resources/eiaaeo.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
},
"core_eiaaeo__yearly_projected_fuel_cost_in_electric_sector_by_type": {
"description": (
"Projected fuel prices to the electric power sector, including "
"Projected fuel prices for the electric power sector, including "
"electricity-only and combined-heat-and-power plants that have a "
"regulatory status."
),
Expand Down
2 changes: 1 addition & 1 deletion src/pudl/transform/eiaaeo.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def core_eiaaeo__yearly_projected_generation_in_end_use_sectors_by_fuel_type(
def core_eiaaeo__yearly_projected_fuel_cost_in_electric_sector_by_type(
raw_eiaaeo__electric_power_projections_regional,
):
"""Projected fuel cost to the electric power sector.
"""Projected fuel cost for the electric power sector.
Includes 2022 US dollars per million BTU and nominal US dollars per million
BTU.
Expand Down

0 comments on commit 30c3f2a

Please sign in to comment.