From d9561f2595062fec9fae364a3f3691e66b36aaf3 Mon Sep 17 00:00:00 2001 From: chfw Date: Wed, 2 May 2018 23:21:29 +0100 Subject: [PATCH] :books: document this flag. #138 --- pyexcel/docstrings/keywords.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyexcel/docstrings/keywords.py b/pyexcel/docstrings/keywords.py index 34f5b555..0761802b 100644 --- a/pyexcel/docstrings/keywords.py +++ b/pyexcel/docstrings/keywords.py @@ -44,6 +44,10 @@ When True, whitespace immediately following the delimiter is ignored. The default is False. +pep_0515_off : + When True in python version 3.6, PEP-0515 is turned on. + The default is False + """ XLRD_PARAMS = """