summaryrefslogtreecommitdiff
path: root/examples/plotItemsSelector.py
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-03-04 10:20:27 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2018-03-04 10:20:27 +0100
commit270d5ddc31c26b62379e3caa9044dd75ccc71847 (patch)
tree55c5bfc851dfce7172d335cd2405b214323e3caf /examples/plotItemsSelector.py
parente19c96eff0c310c06c4f268c8b80cb33bd08996f (diff)
New upstream version 0.7.0+dfsg
Diffstat (limited to 'examples/plotItemsSelector.py')
-rwxr-xr-xexamples/plotItemsSelector.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/plotItemsSelector.py b/examples/plotItemsSelector.py
index 8f29457..458bbeb 100755
--- a/examples/plotItemsSelector.py
+++ b/examples/plotItemsSelector.py
@@ -2,7 +2,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2017 European Synchrotron Radiation Facility
+# Copyright (c) 2017-2018 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
@@ -24,7 +24,7 @@
#
# ###########################################################################*/
"""This example illustrates how to use a :class:`ItemsSelectionDialog` widget
-associated with a :class:`PlotWidget`.
+associated with a :class:`~silx.gui.plot.PlotWidget`.
"""
__authors__ = ["P. Knobel"]