Skip to content

Commit 4abb053

Browse files
authored
Remove python3.7 reference from doc link (#39706)
1 parent 33aa49d commit 4abb053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/hf_argparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def parse_args_into_dataclasses(
294294
Parse command-line args into instances of the specified dataclass types.
295295
296296
This relies on argparse's `ArgumentParser.parse_known_args`. See the doc at:
297-
docs.python.org/3.7/library/argparse.html#argparse.ArgumentParser.parse_args
297+
docs.python.org/3/library/argparse.html#argparse.ArgumentParser.parse_args
298298
299299
Args:
300300
args:

0 commit comments

Comments
 (0)