We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e85bb1 commit 452c64eCopy full SHA for 452c64e
docs/source/transforms/convert_posargs_to_args.rst
@@ -1,7 +1,7 @@
1
-Convert Positional Argument to Arguments
+Convert Positional-Only Argument to Arguments
2
========================================
3
4
-This transform converts positional only arguments into normal arguments by removing the '/' separator in the
+This transform converts positional-only arguments into normal arguments by removing the '/' separator in the
5
argument list.
6
7
This transform is almost always safe to use and enabled by default.
0 commit comments