Skip to content

Commit ae37133

Browse files
sm1899Kevin D Smith
authored and
Kevin D Smith
committed
Remove unnecessary trailing commas (pandas-dev#36463)
* removed trailing comma * removed trailing commas * doc/make.py * doc/make.py * Update make.py
1 parent 8523c68 commit ae37133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def main():
291291

292292
joined = ", ".join(cmds)
293293
argparser.add_argument(
294-
"command", nargs="?", default="html", help=f"command to run: {joined}",
294+
"command", nargs="?", default="html", help=f"command to run: {joined}"
295295
)
296296
argparser.add_argument(
297297
"--num-jobs", type=int, default=0, help="number of jobs used by sphinx-build"

0 commit comments

Comments
 (0)