Skip to content

Commit

Permalink
Minor docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Jan 25, 2020
1 parent f5dee83 commit ba2d8fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/poke_env/environment/move.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ def entry(self) -> dict:
@property
def flags(self) -> Set[str]:
"""
This property is not well defined, and may be missing some information.
If you need more information on some flag, please open an issue in the project.
:return: Flags associated with this move. These can come from the data or be
custom.
:rtype: Set[str]
Expand Down Expand Up @@ -411,7 +414,7 @@ def sleep_usable(self) -> bool:
@property
def slot_condition(self) -> Optional[str]:
"""
:return: Which side condition is started by this move.
:return: Which slot condition is started by this move.
:rtype: Optional[str]
"""
return self.entry.get("slotCondition", None)
Expand Down

0 comments on commit ba2d8fd

Please sign in to comment.