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
=== modified file 'storm/docs/tutorial.rst'
--- storm/docs/tutorial.rst 2021-04-06 09:23:02 +0000
+++ storm/docs/tutorial.rst 2021-12-14 14:48:01 +0000
@@ -254,7 +254,7 @@
254use a constructor, just for the fun of it. It will be the simplest254use a constructor, just for the fun of it. It will be the simplest
255company class you've ever seen:255company class you've ever seen:
256256
257.. doctest:257.. doctest::
258258
259 >>> class Company(object):259 >>> class Company(object):
260 ... __storm_table__ = "company"260 ... __storm_table__ = "company"

Subscribers

People subscribed via source and target branches

to status/vote changes: