mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-24 09:48:39 +08:00
Fix some incorrect parameter defaults in the stdlib (#14620)
This commit is contained in:
@@ -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 = ...,
|
||||
|
||||
Reference in New Issue
Block a user