From 75b946d47d3abbae7cc49dac003874e4b887f561 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 7 Aug 2010 14:03:17 -0400 Subject: [PATCH] Fix POSIX footnote 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 302fa69..14909d7 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -133,13 +133,13 @@ Ensure that the new playlist is active:: The ``--`` in the ``jump_to_playlist`` command lets ``jump_to_playlist`` know that ``-1`` is an argument and not an -option. Using the bare ``--`` is a POSIX specification [#]_ supported -by the `optparse module`_. +option. Using the bare ``--`` is a POSIX specification [#POSIX]_ +supported by the `optparse module`_. .. _optparse module: http://docs.python.org/library/optparse.html#callback-example-6-variable-arguments -.. [#]: `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 accepted as a delimiter indicating the end of options. Any -- 2.26.2