From d29fe3f32cbe0a517f9c3694167efee3ce55d19a Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 5 Nov 2025 23:07:32 +0100 Subject: [PATCH] [3.13] gh-76007: remove curses.__version__ doc (GH-141052) (#141077) Co-authored-by: Zenith --- Doc/library/curses.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 7e155079fdb6..35fa4c415f3c 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1328,7 +1328,6 @@ The :mod:`curses` module defines the following data members: .. data:: version -.. data:: __version__ A bytes object representing the current version of the module. -- 2.47.3