Skip to content

Commit e6ced86

Browse files
authoredMar 7, 2025
Rename Weather.SNOW to Weather.SNOWSCAPE (#709)
1 parent 74f7d1b commit e6ced86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/poke_env/environment/weather.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Weather(Enum):
1515
PRIMORDIALSEA = auto()
1616
RAINDANCE = auto()
1717
SANDSTORM = auto()
18-
SNOW = auto()
18+
SNOWSCAPE = auto()
1919
SUNNYDAY = auto()
2020

2121
def __str__(self) -> str:

0 commit comments

Comments
 (0)