diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-08 09:26:02 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-08 09:26:02 +0100 |
| commit | 2abc0bb4c770723417e725dd1b947a494ac649b4 (patch) | |
| tree | 28f6565552f8e4804c818a8681e333c459f58728 | |
| parent | 8255d65373f767cb8f636a3400521687ead89f13 (diff) | |
oldconfig.py comment nit
| -rw-r--r-- | examples/oldconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/oldconfig.py b/examples/oldconfig.py index c05eda1..3a647d8 100644 --- a/examples/oldconfig.py +++ b/examples/oldconfig.py @@ -294,7 +294,7 @@ def do_oldconfig_for_node(node): # Give all of the non-selected visible choice symbols the user value n. # This makes it so that the choice is no longer considered new once we # do additional passes, if the reason that it was considered new was - # that it had new choice symbols. + # that it had new visible choice symbols. # # Only giving visible choice symbols the user value n means we will prompt # for the choice again if later user selections make more new choice |
