From 6d7020b987a94b7b3ae534218e40a7cd0cf1d1c6 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Tue, 13 Nov 2018 01:07:19 -0500 Subject: [PATCH] options.py: typo in comment --- options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.py b/options.py index 9bcead7..30c5426 100644 --- a/options.py +++ b/options.py @@ -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):