options.py: typo in comment
This commit is contained in:
parent
bb80118298
commit
6d7020b987
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ import sys, os, textwrap, getopt, re, struct
|
|||
class OptDict:
|
||||
"""Dictionary that exposes keys as attributes.
|
||||
|
||||
Keys can bet set or accessed with a "no-" or "no_" prefix to negate the
|
||||
Keys can be set or accessed with a "no-" or "no_" prefix to negate the
|
||||
value.
|
||||
"""
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue