Skip to content

Commit cf66105

Browse files
Add missing colon
1 parent e8068e0 commit cf66105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/clinic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ For example, if we wanted to rename the C function names generated for
585585
...
586586

587587
The base function would now be named :c:func:`!pickler_dumper`,
588-
and the impl function would now be named c:func:`!pickler_dumper_impl`.
588+
and the impl function would now be named :c:func:`!pickler_dumper_impl`.
589589

590590

591591
Similarly, you may have a problem where you want to give a parameter

0 commit comments

Comments
 (0)