From 381da37fc5d58a2b70135198d05535b778641b77 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 4 Dec 2024 12:47:05 -0600 Subject: [PATCH] Update CHANGES/10102.bugfix.rst --- CHANGES/10102.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/10102.bugfix.rst b/CHANGES/10102.bugfix.rst index feebcbcde52..86dda8684dd 100644 --- a/CHANGES/10102.bugfix.rst +++ b/CHANGES/10102.bugfix.rst @@ -1 +1 @@ -Replaced deprecated call to :func:`mime_types.guess_type` with :func:`mime_types.guess_file_type` when using Python 3.13+ -- by :user:`bdraco`. +Replaced deprecated call to :func:`mimetypes.guess_type` with :func:`mimetypes.guess_file_type` when using Python 3.13+ -- by :user:`bdraco`.