diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2023-04-12 16:52:19 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2023-04-12 16:52:19 +0000 |
| commit | f7b117b43cdab53acfbd38f5e56c490c74c9e58f (patch) | |
| tree | 20afb258f55b94ab79723a5a7b27881009b3954f /docutils/docs/api | |
| parent | 494b8d08877fa700a889e3f10af446d8c94ee5e0 (diff) | |
| download | docutils-f7b117b43cdab53acfbd38f5e56c490c74c9e58f.tar.gz | |
Fix typo.
Reported by Adam Turner.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9344 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/api')
| -rw-r--r-- | docutils/docs/api/publisher.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/docs/api/publisher.txt b/docutils/docs/api/publisher.txt index 89810ffc2..9e18f2ed2 100644 --- a/docutils/docs/api/publisher.txt +++ b/docutils/docs/api/publisher.txt @@ -72,11 +72,11 @@ Input Output is a memory object: - * a `str` instance [#]_, if the "encode_output" function argument is + * a `str` instance [#]_, if the "auto_encode" function argument is ``False`` or output_encoding_ is set to the special value ``"unicode"``. - * a `bytes` instance, if the "encode_output" argument is ``True`` and + * a `bytes` instance, if the "auto_encode" argument is ``True`` and output_encoding_ is set to an encoding registered with Python's "codecs_" module (default: "utf-8"). |
