~cjwatson/storm/syntax-warnings

« back to all changes in this revision

Viewing changes to storm/docs/tutorial.rst

  • Committer: Colin Watson
  • Date: 2021-12-14 15:03:20 UTC
  • mfrom: (574.1.1 storm)
  • Revision ID: cjwatson@canonical.com-20211214150320-1huz6h60ppptyo7o
[r=cjwatson] Fix a typo in the tutorial doctest code block

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
use a constructor, just for the fun of it.  It will be the simplest
255
255
company class you've ever seen:
256
256
 
257
 
.. doctest:
 
257
.. doctest::
258
258
 
259
259
    >>> class Company(object):
260
260
    ...     __storm_table__ = "company"