Add period at end of docstring to make flake happy

This commit is contained in:
Fritz Reichwald 2017-04-12 10:21:03 +02:00
parent b00c1dc906
commit 68c655bd9c

View File

@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>. # along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
"""A userscript to check if the stdin gets closed""" """A userscript to check if the stdin gets closed."""
import sys import sys
import os import os