Skip to content

Commit 9390161

Browse files
fix doc string
1 parent fc13771 commit 9390161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poke_env/battle/pokemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def max_hp(self) -> int:
989989
@property
990990
def forme_change_ability(self) -> Optional[str]:
991991
"""
992-
:return: The pokemon's mega ability. None if the pokemon is not mega evolved.
992+
:return: The pokemon's ability after changing forme. None if the pokemon hasn't changed forme.
993993
:rtype: str, optional
994994
"""
995995
return self._forme_change_ability

0 commit comments

Comments
 (0)