Skip to content

Commit ed81110

Browse files
committed
Fix markup error in apidocs intro [skip appveyor]
Signed-off-by: Mats Wichmann <mats@linux.com>
1 parent 3fe014d commit ed81110

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/sphinx/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ SCons API Documentation
2121
that are inherited, sometimes with no information at all, sometimes
2222
with a signature/description that seems mangled: Python upstream has
2323
similar limitations as to the quality of dosctrings vs the current
24-
standards Sphinx expects. Inherited interfaces can be identified by the
25-
lack of a ```[source]``` button to the right of the method signature.
24+
standards Sphinx expects. Inherited interfaces from outside SCons
25+
code can be identified by the lack of a ``[source]`` button to the
26+
right of the method signature.
2627

2728
If you are looking for the Public API - the interfaces that have
2829
long-term consistency guarantees, which you can reliably use when

0 commit comments

Comments
 (0)