Skip to content

Commit bd5f0da

Browse files
authored
Merge pull request #43 from myfloss/fix-typo
Fix typo, UNKOWN -> UNKNOWN
2 parents 8cf3aa5 + ea28e24 commit bd5f0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl3/SDL_pixels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def SDL_ISPIXELFORMAT_ALPHA(format: int) -> bool:
149149

150150
SDL_ColorRange: typing.TypeAlias = SDL_TYPE["SDL_ColorRange", SDL_ENUM]
151151

152-
SDL_COLOR_RANGE_UNKOWN, SDL_COLOR_RANGE_LIMITED, SDL_COLOR_RANGE_FULL = range(3)
152+
SDL_COLOR_RANGE_UNKNOWN, SDL_COLOR_RANGE_LIMITED, SDL_COLOR_RANGE_FULL = range(3)
153153

154154
SDL_ColorPrimaries: typing.TypeAlias = SDL_TYPE["SDL_ColorPrimaries", SDL_ENUM]
155155

0 commit comments

Comments
 (0)