Skip to content

Commit f4c1d77

Browse files
committed
Fix minor typo in deprecation string
1 parent de5d845 commit f4c1d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcod/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ def draw_rect(
13681368
) -> None: ...
13691369

13701370
@overload
1371-
@deprecated("Parameters cg, fg, bg, bg_blend should be keyword arguments")
1371+
@deprecated("Parameters ch, fg, bg, bg_blend should be keyword arguments")
13721372
def draw_rect(
13731373
self,
13741374
x: int,

0 commit comments

Comments
 (0)