diff options
| author | armin.ronacher <devnull@localhost> | 2008-06-26 11:13:44 +0000 |
|---|---|---|
| committer | armin.ronacher <devnull@localhost> | 2008-06-26 11:13:44 +0000 |
| commit | d5cce6dcd6d578f24e4aeeb10c4d3d60aa474ae7 (patch) | |
| tree | e1b171fd7e6bde5d96e9c1131a699f10222ff641 /doc | |
| parent | cfa70d34c113be118125500c21e898ce7dc5bdad (diff) | |
| download | sphinx-d5cce6dcd6d578f24e4aeeb10c4d3d60aa474ae7.tar.gz | |
Fixed a syntax error in the builder documentation.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/builders.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders.rst b/doc/builders.rst index 02f30f4a..21780806 100644 --- a/doc/builders.rst +++ b/doc/builders.rst @@ -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' |
