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 5d86774 commit c2ae293Copy full SHA for c2ae293
Doc/library/optparse.rst
@@ -193,7 +193,7 @@ Background
193
194
:mod:`optparse` was explicitly designed to encourage the creation of programs
195
with straightforward command-line interfaces that follow the conventions
196
-established by the :c:func`!getopt` family of functions available to C developers.
+established by the :c:func:`!getopt` family of functions available to C developers.
197
To that end, it supports only the most common command-line syntax and semantics
198
conventionally used under Unix. If you are unfamiliar with these conventions,
199
reading this section will allow you to acquaint yourself with them.
0 commit comments