We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150cca1 commit 9e232ccCopy full SHA for 9e232cc
1 file changed
powercli/utils.py
@@ -49,7 +49,7 @@ def member_of(enum: type[StrEnum], *, ignore_case: bool = True) -> Converter[str
49
50
# Parameters
51
52
- * `enum` - The enum type with the members' values beeing the possible
+ * `enum` - The enum type with the members' values being the possible
53
values.
54
* `ignore_case` - Ignore case when finding enum member.
55
"""
0 commit comments