Skip to content

Commit bde0d08

Browse files
MaruthiKomroeschke
andauthored
Changes as requested in #47058 (#47119)
* Changes as requested in #47058 This is my first open-source contribution. Please let me know if there are any mistakes, will rectify them * required changes as per #47058 Please let me know if have to change anything. * changes to doc as per #47058 If any more changes required please let me know. * Changes to doc as per #47058 Let me know if there are any changes * Update pandas/core/generic.py * Update pandas/core/generic.py * Update pandas/core/generic.py Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 44b660d commit bde0d08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/core/generic.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -3349,8 +3349,9 @@ def to_csv(
33493349
sequence should be given if the object uses MultiIndex. If
33503350
False do not print fields for index names. Use index_label=False
33513351
for easier importing in R.
3352-
mode : str
3353-
Python write mode, default 'w'.
3352+
mode : str, default 'w'
3353+
Python write mode. The available write modes are the same as
3354+
:py:func:`open`.
33543355
encoding : str, optional
33553356
A string representing the encoding to use in the output file,
33563357
defaults to 'utf-8'. `encoding` is not supported if `path_or_buf`

0 commit comments

Comments
 (0)