Skip to content

Commit 452c64e

Browse files
committed
📝 Reword convert_posargs_to_args docs
1 parent 3e85bb1 commit 452c64e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/transforms/convert_posargs_to_args.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Convert Positional Argument to Arguments
1+
Convert Positional-Only Argument to Arguments
22
========================================
33

4-
This transform converts positional only arguments into normal arguments by removing the '/' separator in the
4+
This transform converts positional-only arguments into normal arguments by removing the '/' separator in the
55
argument list.
66

77
This transform is almost always safe to use and enabled by default.

0 commit comments

Comments
 (0)