Skip to content

Commit

Permalink
Correct spelling mistakes (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts authored Jul 12, 2022
1 parent d780a8e commit 467413a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awesomeversion/awesomeversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _compare_versions(version_a: str, version_b: str) -> bool:

@property
def string(self) -> str:
"""Return a string representaion of the version."""
"""Return a string representation of the version."""
if not self._version:
return self._version

Expand Down Expand Up @@ -269,7 +269,7 @@ def release_candidate(self) -> bool:

@property
def sections(self) -> int:
"""Return a int representaion of the number of sections in the version."""
"""Return a int representation of the number of sections in the version."""
if self._sections is not None:
return self._sections

Expand Down

0 comments on commit 467413a

Please sign in to comment.