Skip to content

Commit c2ae293

Browse files
committed
Syntax fix
1 parent 5d86774 commit c2ae293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/optparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Background
193193

194194
:mod:`optparse` was explicitly designed to encourage the creation of programs
195195
with straightforward command-line interfaces that follow the conventions
196-
established by the :c:func`!getopt` family of functions available to C developers.
196+
established by the :c:func:`!getopt` family of functions available to C developers.
197197
To that end, it supports only the most common command-line syntax and semantics
198198
conventionally used under Unix. If you are unfamiliar with these conventions,
199199
reading this section will allow you to acquaint yourself with them.

0 commit comments

Comments
 (0)