diff options
author | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-17 20:13:04 -0700 |
---|---|---|
committer | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-22 17:59:12 -0700 |
commit | 3ad48069d37d42cc56e48399bb429dc50416e556 (patch) | |
tree | 00e592c116b8039210c2563e4b5e4777b8c5fae5 /doc/contributing.rst | |
parent | e6d5379b3b0c5ea00ea59b74ed2ec35d2bd0a3da (diff) | |
download | Nim-3ad48069d37d42cc56e48399bb429dc50416e556.tar.gz |
Fix word wrapping
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r-- | doc/contributing.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index b558b4277..ff623d8cf 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -213,8 +213,7 @@ as well as ``testament`` and guarantee they stay in sync. assert "baz".addBar == "bazBar" result = a & "Bar" -See `parentDir <os.html#parentDir,string>`_ -example. +See `parentDir <os.html#parentDir,string>`_ example. The RestructuredText Nim uses has a special syntax for including code snippets embedded in documentation; these are not run by ``nim doc`` and therefore are |