From 717ea55939a42ad11aef35a98af5dd5977ad0e39 Mon Sep 17 00:00:00 2001 From: Zenith Date: Wed, 5 Nov 2025 17:00:36 -0500 Subject: [PATCH] gh-76007: remove curses.__version__ doc (GH-141052) (cherry picked from commit 227f4abacdd89bb3816c172a7f6fdaa2024dbada) 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 7e155079fdb6ca..35fa4c415f3c4b 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.