summaryrefslogtreecommitdiff
path: root/silx/gui/plot/actions/PlotToolAction.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot/actions/PlotToolAction.py')
-rw-r--r--silx/gui/plot/actions/PlotToolAction.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/gui/plot/actions/PlotToolAction.py b/silx/gui/plot/actions/PlotToolAction.py
index 77e8be2..fbb0b0f 100644
--- a/silx/gui/plot/actions/PlotToolAction.py
+++ b/silx/gui/plot/actions/PlotToolAction.py
@@ -1,7 +1,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2004-2017 European Synchrotron Radiation Facility
+# Copyright (c) 2004-2020 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -131,7 +131,7 @@ class PlotToolAction(PlotAction):
return PlotAction.eventFilter(self, qobject, event)
def _getToolWindow(self):
- """Returns the window containg tohe tool.
+ """Returns the window containing the tool.
It uses lazy loading to create this tool..
"""