Skip to content

Commit 45d8d77

Browse files
committed
MAINT: Remove unnecessary parentheses
1 parent c55a739 commit 45d8d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def parser_f(
685685
read_csv = Appender(
686686
_doc_read_csv_and_table.format(
687687
func_name="read_csv",
688-
summary=("Read a comma-separated values (csv) file into DataFrame."),
688+
summary="Read a comma-separated values (csv) file into DataFrame.",
689689
_default_sep="','",
690690
)
691691
)(read_csv)

0 commit comments

Comments
 (0)