~cjwatson/storm/py39

« back to all changes in this revision

Viewing changes to storm/info.py

  • Committer: Colin Watson
  • Date: 2020-05-26 12:26:41 UTC
  • mfrom: (554.1.3 docstring-syntax)
  • Revision ID: cjwatson@canonical.com-20200526122641-591kmbjqf24em97w
Improve various docstrings, mainly fixing reST/epytext syntax. [r=ilasc,doismellburning]

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
 
61
61
class ClassInfo(dict):
62
 
    """Persistent storm-related information of a class.
 
62
    """Persistent Storm-related information of a class.
63
63
 
64
64
    The following attributes are defined:
65
65