Issue #15527: fix docs, remove double parens by changing markup.
Patch by Serhiy Storchaka.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index dae5037..aec8073 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -450,7 +450,7 @@
.. function:: setpgrp()
- Call the system call :c:func:`setpgrp` or :c:func:`setpgrp(0, 0)` depending on
+ Call the system call :c:func:`setpgrp` or ``setpgrp(0, 0)`` depending on
which version is implemented (if any). See the Unix manual for the semantics.
Availability: Unix.