summaryrefslogtreecommitdiff
path: root/silx/io/specfilewrapper.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 /silx/io/specfilewrapper.py
parente19c96eff0c310c06c4f268c8b80cb33bd08996f (diff)
New upstream version 0.7.0+dfsg
Diffstat (limited to 'silx/io/specfilewrapper.py')
-rw-r--r--silx/io/specfilewrapper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/io/specfilewrapper.py b/silx/io/specfilewrapper.py
index 005e54e..01e185c 100644
--- a/silx/io/specfilewrapper.py
+++ b/silx/io/specfilewrapper.py
@@ -1,6 +1,6 @@
# coding: utf-8
# /*#########################################################################
-# Copyright (C) 2016 European Synchrotron Radiation Facility
+# Copyright (C) 2016-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
@@ -332,7 +332,7 @@ class scandata(Scan): # noqa
lines.
If ``key`` does not match any header line, return empty list.
:return: List of scan header lines
- :rtype: list[str]
+ :rtype: List[str]
"""
if key.strip() == "":
return self.scan_header