From 2da5433a0abaa10228947c51c7bed062ba6b717d Mon Sep 17 00:00:00 2001 From: Sietse Brouwer Date: Fri, 4 May 2018 13:47:21 +0200 Subject: [PATCH] CLN: add missing space in package's description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a436f451a2a55..6febe674fb2a1 100755 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def build_extensions(self): _build_ext.build_extensions(self) -DESCRIPTION = ("Powerful data structures for data analysis, time series," +DESCRIPTION = ("Powerful data structures for data analysis, time series, " "and statistics") LONG_DESCRIPTION = """ **pandas** is a Python package providing fast, flexible, and expressive data