From 43423e8d1ebc52c231e4900f9afb7e5ebaedbd6e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 7 Aug 2010 14:05:09 -0400 Subject: [PATCH] Fix POSIX URL and markup in tutorial.txt --- doc/tutorial.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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:: -- 2.26.2