diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-24 15:54:55 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-24 15:54:55 +0000 |
| commit | 014fea54d3c9d4f1a8199ce2e73b6ef44a10b747 (patch) | |
| tree | 867d04c46a27cc244cdbf5099cdbd00a47e336af | |
| parent | 1f9307ec8ad042342ac4d419f67ccb68e9df3793 (diff) | |
| download | docutils-014fea54d3c9d4f1a8199ce2e73b6ef44a10b747.tar.gz | |
removed bug about ~/.docutils (was wrong)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2867 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/docs/dev/todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index bdf340363..51c7e5405 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -71,8 +71,7 @@ General - Is a system-wide configuration file (in ``/etc/docutils.conf``) a good idea? - - ``~/.docutils`` does not work (because the tilde is only expanded - by the shell). Is a user-specific configuration file really + - Is a user-specific configuration file (``~/.docutils``) really necessary? Maybe the name (``.docutils``) needs discussion, too. * Language modules: in accented languages it may be useful to have |
