Skip to content

Commit be6f11e

Browse files
sietsejreback
authored andcommitted
CLN: add missing space in package's description (pandas-dev#20950)
1 parent ef019fa commit be6f11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def build_extensions(self):
134134
_build_ext.build_extensions(self)
135135

136136

137-
DESCRIPTION = ("Powerful data structures for data analysis, time series,"
137+
DESCRIPTION = ("Powerful data structures for data analysis, time series, "
138138
"and statistics")
139139
LONG_DESCRIPTION = """
140140
**pandas** is a Python package providing fast, flexible, and expressive data

0 commit comments

Comments
 (0)