Fixed a syntax error in the builder documentation.

This commit is contained in:
Armin Ronacher 2008-06-26 11:13:44 +00:00
parent 11498d0037
commit bfebbfd6f0

View File

@ -89,7 +89,7 @@ The builder's "name" must be given to the **-b** command-line option of
import phpserialize
classs PHPSerializedBuilder(SerializingHTMLBuilder):
class PHPSerializedBuilder(SerializingHTMLBuilder):
name = 'phpserialized'
implementation = phpserialize
out_suffix = '.file.phpdump'