From 40437f9a6e6506f06c83e8d3a615a6bf2a205a4c Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 19 Oct 2011 19:30:13 +0200 Subject: [PATCH] Fix documentation: Python is installed by default on MacOS --- pages/user_documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index c2cec1e5..d72d0a49 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -21,7 +21,7 @@ Radicale is written in pure Python and does not depend on any librabry. It is known to work on Python 2.6, 2.7, 3.1 and 3.2. The dependencies are optional, as they are only needed for various authentication methods [#]_. -Linux users certainly have Python already installed. For Windows and MacOS +Linux and MacOS users certainly have Python already installed. For Windows users, please install Python [#]_ thanks to the adequate installer. .. [#] See `Python Versions and OS Support`_ for further information.