summaryrefslogtreecommitdiffhomepage
path: root/host/utils/observable.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/utils/observable.py')
-rw-r--r--host/utils/observable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/observable.py b/host/utils/observable.py
index 0fb2ba33..34f8fa01 100644
--- a/host/utils/observable.py
+++ b/host/utils/observable.py
@@ -20,7 +20,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# }}} */
+# }}}
"""Observable/Observer pattern."""
class Observable: