Fix some incorrect parameter defaults in the stdlib (#14620)

This commit is contained in:
Jelle Zijlstra
2025-08-22 09:11:52 -07:00
committed by GitHub
parent cc14cc6c2a
commit 94b1880444
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -3475,7 +3475,7 @@ class Text(Widget, XView, YView):
def image_configure(
self,
index: _TextIndex,
cnf: dict[str, Any] | None = {},
cnf: dict[str, Any] | None = None,
*,
align: Literal["baseline", "bottom", "center", "top"] = ...,
image: _ImageSpec = ...,