diff options
author | Jim Campbell <jwcampbell@gmail.com> | 2011-10-31 22:20:00 -0500 |
---|---|---|
committer | Jim Campbell <jwcampbell@gmail.com> | 2011-10-31 22:20:00 -0500 |
commit | 49fca84b9f508b677ed8a339667ffbffec498bd4 (patch) | |
tree | d09327d60f521711314701b94a2cd670791abb52 | |
parent | 506f1f07aeee67d06fe7ffdda00bcdd442b8e864 (diff) | |
download | mediagoblin-49fca84b9f508b677ed8a339667ffbffec498bd4.tar.lz mediagoblin-49fca84b9f508b677ed8a339667ffbffec498bd4.tar.xz mediagoblin-49fca84b9f508b677ed8a339667ffbffec498bd4.zip |
docs - tweaked configuration.rst for style.
-rw-r--r-- | docs/source/configuration.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 0d8bf5ec..7eb61ec4 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -36,16 +36,16 @@ read and reference: mediagoblin/config_spec.ini This file is actually a specification for mediagoblin.ini itself, as a config file! It defines types and defaults. Sometimes it's a - good place to look for documentation... or to find out that hidden + good place to look for documentation... or to find that hidden option that we didn't tell you about. :) Making local copies =================== -Assuming you're doing the virtualenv setup described elsewhere in this -manual and you need to make local tweaks to the config files, there's -an easy way to do that. +Let's assume you're doing the virtualenv setup described elsewhere in this +manual, and you need to make local tweaks to the config files. How do you do +that? Let's see. To make changes to mediagoblin.ini: |