Mercurial > public > m209
changeset 25:b6b52d63cd50
Fix copy & pasted typos in docstrings.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 14 Jun 2013 20:11:41 -0500 |
parents | 219887b410dc |
children | 425981f27876 |
files | m209/keylist/config.py m209/keylist/generate.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m209/keylist/config.py Thu Jun 13 21:30:24 2013 -0500 +++ b/m209/keylist/config.py Fri Jun 14 20:11:41 2013 -0500 @@ -2,7 +2,7 @@ # This file is part of m209, the M-209 simulation. # m209 is released under the MIT License (see LICENSE.txt). -"""This module contains routes to read & write key lists in config (aka INI) +"""This module contains routines to read & write key lists in config (aka INI) file format. In the config file format, multiple key lists are stored in one file. Each key
--- a/m209/keylist/generate.py Thu Jun 13 21:30:24 2013 -0500 +++ b/m209/keylist/generate.py Fri Jun 14 20:11:41 2013 -0500 @@ -2,7 +2,7 @@ # This file is part of m209, the M-209 simulation. # m209 is released under the MIT License (see LICENSE.txt). -"""This module contains routes to generate key lists.""" +"""This module contains routines to generate key lists.""" import collections import random