Skip to content

Commit 6efd5ac

Browse files
mhsmithhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 2bc23d5 commit 6efd5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

add_to_pydotorg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,12 @@ def ensure_trailing_slash(s: str):
474474
"--ftp-root",
475475
metavar="DIR",
476476
type=ensure_trailing_slash,
477-
default="/srv/www.python.org/ftp/python",
477+
default="/srv/www.python.org/ftp/python/",
478478
help="FTP root; defaults to %(default)s",
479479
)
480480
parser.add_argument(
481481
"release",
482-
help="Python version number, e.g. 3.3.5rc2",
482+
help="Python version number, e.g. 3.14.0rc2",
483483
)
484484
return parser.parse_args()
485485

0 commit comments

Comments
 (0)