From 8dcad4c7efdf20177566201e06fddd5bbd97bc87 Mon Sep 17 00:00:00 2001 From: Zach Litzinger Date: Wed, 16 Sep 2015 11:20:40 -0500 Subject: [PATCH] Grammar Change Just a small change to grammar to make file more readable --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 6fef67a2..0a1822df 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -5,7 +5,7 @@ To install the icalendar package, use:: python setup.py install -If installation is successful, you be able to import the iCalendar +If installation is successful, you will be able to import the iCalendar package, like this:: >>> import icalendar