From 1ac6c20b08c28c6db64a83a6d550747be90fd7c0 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Fri, 20 Jan 2017 02:28:56 -0800 Subject: [PATCH] BLD: Remove csv dialect warning in io.rst --- doc/source/io.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/io.rst b/doc/source/io.rst index c53083238e098..6152f83675867 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -419,6 +419,7 @@ finds the closing double quote. We can get around this using ``dialect`` .. ipython:: python + :okwarning: dia = csv.excel() dia.quoting = csv.QUOTE_NONE