Typo fix.
[open-adventure.git] / make_graph.py
index cd786edcd091d6f4dbfaf5116841630026e85f02..5a58895a39b0715b504ae620a632576a1151e99b 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python3
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: BSD-2-Clause
 """\
-usage: make_graph.py [-a] -d] [-m] [-s] [-v]
+usage: make_graph.py [-a] [-d] [-m] [-s] [-v]
 
 Make a DOT graph of Colossal Cave.
 
@@ -144,6 +144,7 @@ if __name__ == "__main__":
     debug = False
     for (switch, val) in options:
         if switch == "-a":
+            # pylint: disable=unnecessary-lambda-assignment
             subset = lambda loc: True
         elif switch == "-d":
             subset = alldifferent