Skip to content

Commit 9e232cc

Browse files
✏️ Fix spelling
1 parent 150cca1 commit 9e232cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

powercli/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def member_of(enum: type[StrEnum], *, ignore_case: bool = True) -> Converter[str
4949
5050
# Parameters
5151
52-
* `enum` - The enum type with the members' values beeing the possible
52+
* `enum` - The enum type with the members' values being the possible
5353
values.
5454
* `ignore_case` - Ignore case when finding enum member.
5555
"""

0 commit comments

Comments
 (0)