diff doc/loader.txt @ 890:d30ceea3eadd trunk

More doc tweaks.
author cmlenz
date Mon, 19 Apr 2010 20:28:52 +0000
parents b7e8b971d90a
children
line wrap: on
line diff
--- a/doc/loader.txt
+++ b/doc/loader.txt
@@ -241,9 +241,9 @@
 the signature ``load(filename, relative_to=None, cls=None)``.
 
 In addition, templates currently check for the existence and value of a boolean
-``auto_reload`` property. If the property exists and evaluates to a non-truth
-value, inlining of included templates is disabled. Inlining is a small
-optimization that removes some overhead in the processing of includes.
+``auto_reload`` property. If the property does not exist or evaluates to a
+non-truth value, inlining of included templates is disabled. Inlining is a
+small optimization that removes some overhead in the processing of includes.
 
 Subclassing ``TemplateLoader``
 ==============================
Copyright (C) 2012-2017 Edgewall Software