# HG changeset patch # User Brian Neal # Date 1371258701 18000 # Node ID b6b52d63cd504ec9fe8142203d53be58f634e643 # Parent 219887b410dcc1e9ebd68aeccf1578ff356d422f Fix copy & pasted typos in docstrings. diff -r 219887b410dc -r b6b52d63cd50 m209/keylist/config.py --- 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 diff -r 219887b410dc -r b6b52d63cd50 m209/keylist/generate.py --- 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