From: W. Trevor King Date: Sat, 7 Aug 2010 18:05:09 +0000 (-0400) Subject: Fix POSIX URL and markup in tutorial.txt X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=43423e8d1ebc52c231e4900f9afb7e5ebaedbd6e Fix POSIX URL and markup in tutorial.txt --- diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 14909d7..b23a160 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -139,12 +139,12 @@ supported by the `optparse module`_. .. _optparse module: http://docs.python.org/library/optparse.html#callback-example-6-variable-arguments -.. [#POSIX] `Guideline 10 of POSIX:2008's section 12.2 ` states: +.. [#POSIX] `Guideline 10 of POSIX:2008's section 12.2 `_ states: - "The first -- argument that is not an option-argument should be + "The first ``--`` argument that is not an option-argument should be accepted as a delimiter indicating the end of options. Any following arguments should be treated as operands, even if they - begin with the '-' character." + begin with the ``-`` character." Then glob your curves onto the new list::