Fix typos
authorjjlee
Tue, 16 May 2006 14:58:47 +0000
changeset 2609 396e7b5907c9
parent 2608 16493b5f457e
child 2610 eed2609cb7a4
Fix typos
reportlab/docs/userguide/ch1_intro.py
--- a/reportlab/docs/userguide/ch1_intro.py	Tue May 16 13:19:40 2006 +0000
+++ b/reportlab/docs/userguide/ch1_intro.py	Tue May 16 14:58:47 2006 +0000
@@ -505,11 +505,11 @@
 it is set to pagesizes.A4; other values are pagesizes.letter etc.""")
 bullet("""defaultImageCaching: set to zero to inhibit the creation of .a85 files on your
 hard-drive. The default is to create these preprocessed PDF compatible image files for faster loading""")
-bullet("""T1SearchPathPath: this is a python list of strings representing directories that
+bullet("""T1SearchPath: this is a python list of strings representing directories that
 may be queried for information on Type 1 fonts""")
-bullet("""TTFSearchPathPath: this is a python list of strings representing directories that
+bullet("""TTFSearchPath: this is a python list of strings representing directories that
 may be queried for information on TrueType fonts""")
-bullet("""CMapSearchPathPath: this is a python list of strings representing directories that
+bullet("""CMapSearchPath: this is a python list of strings representing directories that
 may be queried for information on font code maps.""")
 bullet("""showBoundary: set to non-zero to get boundary lines drawn.""")
 bullet("""ZLIB_WARNINGS: set to non-zero to get warnings if the Python compression extension is not found.""")