Skip to content

Commit 4270363

Browse files
committed
Review (jreback)
1 parent 70ee3bf commit 4270363

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/tests/series/conftest.py

-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
def datetime_series():
1010
"""
1111
Fixture for Series of floats with DatetimeIndex
12-
13-
See pandas.util.testing.makeTimeSeries
1412
"""
1513
s = tm.makeTimeSeries()
1614
s.name = 'ts'
@@ -21,8 +19,6 @@ def datetime_series():
2119
def string_series():
2220
"""
2321
Fixture for Series of floats with Index of unique strings
24-
25-
See pandas.util.testing.makeStringSeries
2622
"""
2723
s = tm.makeStringSeries()
2824
s.name = 'series'
@@ -33,8 +29,6 @@ def string_series():
3329
def object_series():
3430
"""
3531
Fixture for Series of dtype datetime64[ns] with Index of unique strings
36-
37-
See pandas.util.testing.makeObjectSeries
3832
"""
3933
s = tm.makeObjectSeries()
4034
s.name = 'objects'

0 commit comments

Comments
 (0)