Skip to content

Commit

Permalink
Re-add syntax error in tutorial (thanks to Marco Paolini)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Sep 20, 2014
1 parent 30074dd commit 1258e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/tutorial/tour.rst
Expand Up @@ -99,8 +99,8 @@ the error.
Open up the config again and introduce a syntax error by removing the first
single quote in the two lines you changed, so they read::

c['title'] = "Pyflakes"
c['titleURL'] = "http://divmod.org/trac/wiki/DivmodPyflakes"
c[title'] = "Pyflakes"

This comment has been minimized.

Copy link
@sa2ajj

sa2ajj Sep 20, 2014

Contributor

That's an interesting fix.

This comment has been minimized.

Copy link
@djmitche

djmitche Sep 21, 2014

Author Member

Read the paragraph above :)

This comment has been minimized.

Copy link
@sa2ajj

sa2ajj Sep 21, 2014

Contributor

So it was really a good idea I took a long weekend to rest. :)

c[titleURL'] = "http://divmod.org/trac/wiki/DivmodPyflakes"

This creates a Python SyntaxError. Now go ahead and reconfig the buildmaster:

Expand Down

0 comments on commit 1258e7d

Please sign in to comment.