From 0f210f8bef5246eae3c52f5218e5a7998e623dbd Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 28 Sep 2024 16:52:19 +0100 Subject: [PATCH] Fix install.rst again --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 1b07f94f..ee156393 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -125,8 +125,8 @@ Try it out: Python 3.12.0 (main, Mar 1 2024, 09:09:21) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import icalendar - >>> icalendar.version_tuple[0] - 6 + >>> icalendar.Calendar() + VCALENDAR({}) Build the documentation -----------------------