Merge lp:~lgp171188/storm/storm into lp:storm

Proposed by Guruprasad
Status: Merged
Merged at revision: 575
Proposed branch: lp:~lgp171188/storm/storm
Merge into: lp:storm
Diff against target: 12 lines (+1/-1)
1 file modified
storm/docs/tutorial.rst (+1/-1)
To merge this branch: bzr merge lp:~lgp171188/storm/storm
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+413150@code.launchpad.net

Commit message

Fix a typo in the tutorial doctest code block

This fixes a typo that was preventing the code block
from being displayed in the 'Constructors' section
of the storm tutorial.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'storm/docs/tutorial.rst'
2--- storm/docs/tutorial.rst 2021-04-06 09:23:02 +0000
3+++ storm/docs/tutorial.rst 2021-12-14 14:48:01 +0000
4@@ -254,7 +254,7 @@
5 use a constructor, just for the fun of it. It will be the simplest
6 company class you've ever seen:
7
8-.. doctest:
9+.. doctest::
10
11 >>> class Company(object):
12 ... __storm_table__ = "company"

Subscribers

People subscribed via source and target branches

to status/vote changes: