mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fixed a syntax error in the builder documentation.
This commit is contained in:
parent
11498d0037
commit
bfebbfd6f0
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user