From 0f1ca163b95054260bc563ba52d70118af1376e8 Mon Sep 17 00:00:00 2001 From: James Draper Date: Tue, 22 Nov 2016 11:32:58 -0500 Subject: [PATCH] FAQ update for Visualizing Data in Qt applications Here is the the pull request for the issue I raised [here](https://github.com/pandas-dev/pandas/issues/14703). --- doc/source/faq.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/faq.rst b/doc/source/faq.rst index d23e0ca59254d..3828ee1f9d091 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -111,5 +111,4 @@ Visualizing Data in Qt applications ----------------------------------- There is no support for such visualization in pandas. However, the external -package `pandas-qt `_ does -provide this functionality. +package `pandas-qt `_ provides this functionality for Python 2.x.