diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-19 02:28:05 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-19 02:28:05 +0000 |
| commit | ca710cf8381d71f1e1ab9c1ddf4cd83768e3414a (patch) | |
| tree | 5608fdc46c757ad04bb1a81e0d8a292c48db0009 /docutils/io.py | |
| parent | 65e978f5040e8eceddd3b46797177212cc940729 (diff) | |
| download | docutils-ca710cf8381d71f1e1ab9c1ddf4cd83768e3414a.tar.gz | |
docstring
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@322 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/io.py')
| -rw-r--r-- | docutils/io.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docutils/io.py b/docutils/io.py index 397886c18..265e49851 100644 --- a/docutils/io.py +++ b/docutils/io.py @@ -26,7 +26,8 @@ class IO: def __init__(self, options, source=None, source_path=None, destination=None, destination_path=None): self.options = options - """A `docutils.optik.Values` object.""" + """An option values object with "input_encoding" and "output_encoding" + attributes (typically a `docutils.optik.Values` object).""" self.source = source """The source of input data.""" |
