diff options
author | EricFromCanada <eric3knibbe@gmail.com> | 2014-06-18 12:52:32 -0400 |
---|---|---|
committer | EricFromCanada <eric3knibbe@gmail.com> | 2014-06-18 12:52:32 -0400 |
commit | 36313d98b10bf427fd9cc2cacfc529bf1c829571 (patch) | |
tree | 371892a987dccff60b5bd18baf13b392744f8844 /doc/markup | |
parent | 178a97cd73daa64b58f0ea123c18936a291b9d07 (diff) | |
download | sphinx-git-36313d98b10bf427fd9cc2cacfc529bf1c829571.tar.gz |
corrected contractions
Diffstat (limited to 'doc/markup')
-rw-r--r-- | doc/markup/inline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markup/inline.rst b/doc/markup/inline.rst index b782c3309..0cc97f43f 100644 --- a/doc/markup/inline.rst +++ b/doc/markup/inline.rst @@ -24,7 +24,7 @@ Cross-referencing syntax Cross-references are generated by many semantic interpreted text roles. Basically, you only need to write ``:role:`target```, and a link will be created -to the item named *target* of the type indicated by *role*. The links's text +to the item named *target* of the type indicated by *role*. The link's text will be the same as *target*. There are some additional facilities, however, that make cross-referencing roles |