diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 38f3263b14bd9a..084a198673c937 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -1,6 +1,6 @@ -================================= -:mod:`turtle` --- Turtle graphics -================================= +================================== +:mod:`!turtle` --- Turtle graphics +================================== .. module:: turtle :synopsis: An educational framework for simple graphics applications diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index ee51f81846e9b3..8809ba59aca1d0 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -1,6 +1,6 @@ -======================================== -:mod:`typing` --- Support for type hints -======================================== +========================================= +:mod:`!typing` --- Support for type hints +========================================= .. testsetup:: *