|
216 | 216 | Parameters |
217 | 217 | ---------- |
218 | 218 | path_or_buf : path (string), buffer or path object |
219 | | - string, path object (pathlib.Path or py._path.local.LocalPath) or object |
| 219 | + string, pathlib.Path or object |
220 | 220 | implementing a binary read() functions. |
221 | 221 | {_statafile_processing_params1} |
222 | 222 | {_statafile_processing_params2} |
@@ -2258,7 +2258,7 @@ class StataWriter(StataParser): |
2258 | 2258 | Parameters |
2259 | 2259 | ---------- |
2260 | 2260 | fname : path (string), buffer or path object |
2261 | | - string, path object (pathlib.Path or py._path.local.LocalPath) or |
| 2261 | + string, pathlib.Path or |
2262 | 2262 | object implementing a binary write() functions. If using a buffer |
2263 | 2263 | then the buffer will not be automatically closed after the file |
2264 | 2264 | is written. |
@@ -3208,7 +3208,7 @@ class StataWriter117(StataWriter): |
3208 | 3208 | Parameters |
3209 | 3209 | ---------- |
3210 | 3210 | fname : path (string), buffer or path object |
3211 | | - string, path object (pathlib.Path or py._path.local.LocalPath) or |
| 3211 | + string, pathlib.Path or |
3212 | 3212 | object implementing a binary write() functions. If using a buffer |
3213 | 3213 | then the buffer will not be automatically closed after the file |
3214 | 3214 | is written. |
@@ -3594,7 +3594,7 @@ class StataWriterUTF8(StataWriter117): |
3594 | 3594 | Parameters |
3595 | 3595 | ---------- |
3596 | 3596 | fname : path (string), buffer or path object |
3597 | | - string, path object (pathlib.Path or py._path.local.LocalPath) or |
| 3597 | + string, pathlib.Path or |
3598 | 3598 | object implementing a binary write() functions. If using a buffer |
3599 | 3599 | then the buffer will not be automatically closed after the file |
3600 | 3600 | is written. |
|
0 commit comments