Skip to content

Commit

Permalink
Update coned.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikos authored Aug 14, 2023
1 parent eef2a58 commit 3f94beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/opower/utilities/coned.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""condEdison (ConEd)."""
"""Consolidated Edison (ConEd)."""

from typing import Optional

Expand All @@ -18,12 +18,12 @@


class ConEd(UtilityBase):
"""conEdison (ConEd)."""
"""Consolidated Edison (ConEd)."""

@staticmethod
def name() -> str:
"""Distinct recognizable name of the utility."""
return "conEdison (ConEd)"
return "Consolidated Edison (ConEd)"

@staticmethod
def subdomain() -> str:
Expand Down

0 comments on commit 3f94beb

Please sign in to comment.