Skip to content

Commit b1c8973

Browse files
Rewording short summary to follow our standard.
1 parent 994f0b9 commit b1c8973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ def to_stata(self, fname, convert_dates=None, write_index=True,
18491849
data_label=None, variable_labels=None, version=114,
18501850
convert_strl=None):
18511851
"""
1852-
Converting DataFrame object to Stata dta format.
1852+
Export DataFrame object to Stata dta format.
18531853
18541854
Writes the DataFrame to a Stata dataset file.
18551855
"dta" files contain a Stata dataset.

0 commit comments

Comments
 (0)