Mercurial > p > roundup > code
diff roundup/configuration.py @ 5102:96dc9f07340a
issue2161722: oudated docs
Fix old entry in FAQ, update roundup-server config docs and
example file from current roundup-server output. Update
some typos in .py files.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Jun 2016 20:53:11 -0400 |
| parents | 99e289359798 |
| children | 14abd0a67207 |
line wrap: on
line diff
--- a/roundup/configuration.py Sun Jun 26 20:50:06 2016 -0400 +++ b/roundup/configuration.py Sun Jun 26 20:53:11 2016 -0400 @@ -331,7 +331,7 @@ """ class_description = "The path may be either absolute or relative\n" \ - "to the directory containig this config file." + "to the directory containing this config file." def get(self): _val = Option.get(self)
