options.py: typo in comment

This commit is contained in:
Avery Pennarun 2018-11-13 01:07:19 -05:00
commit 6d7020b987

View file

@ -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):