diff --git a/docs/usage.rst b/docs/usage.rst index bd62c00..51a386c 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -335,7 +335,7 @@ Write to disk:: >>> directory = tempfile.mkdtemp() >>> f = open(os.path.join(directory, 'example.ics'), 'wb') >>> f.write(cal.to_ical()) - 522 + 733 >>> f.close() Print out the calendar::