From 1cedbc9423f3212c1babe905dbf35d4c53eb7119 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 12 Apr 2019 06:06:48 -0400 Subject: [PATCH] one less quote --- src/gam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam.py b/src/gam.py index e24a82a8..08f6fd7d 100755 --- a/src/gam.py +++ b/src/gam.py @@ -12872,7 +12872,7 @@ class ScopeSelectionMenu(): options: A list of ScopeMenuOption objects from which to generate the menu Options will be presented on screen in the same order as the provided list. - """" + """ self._options = options def get_options(self):