File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def build_extensions(self):
165
165
(2-dimensional), handle the vast majority of typical use cases in finance,
166
166
statistics, social science, and many areas of engineering. For R users,
167
167
DataFrame provides everything that R's ``data.frame`` provides and much
168
- more. pandas is built on top of `NumPy <http ://www.numpy.org>`__ and is
168
+ more. pandas is built on top of `NumPy <https ://www.numpy.org>`__ and is
169
169
intended to integrate well within a scientific computing environment with many
170
170
other 3rd party libraries.
171
171
@@ -209,11 +209,11 @@ def build_extensions(self):
209
209
LICENSE = "BSD"
210
210
AUTHOR = "The PyData Development Team"
211
211
EMAIL = "pydata@googlegroups.com"
212
- URL = "http ://pandas.pydata.org"
212
+ URL = "https ://pandas.pydata.org"
213
213
DOWNLOAD_URL = ""
214
214
PROJECT_URLS = {
215
215
"Bug Tracker" : "https://github.com/pandas-dev/pandas/issues" ,
216
- "Documentation" : "http ://pandas.pydata.org/pandas-docs/stable/" ,
216
+ "Documentation" : "https ://pandas.pydata.org/pandas-docs/stable/" ,
217
217
"Source Code" : "https://github.com/pandas-dev/pandas" ,
218
218
}
219
219
CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments