Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #64 from garyd203/patch-1
Browse files Browse the repository at this point in the history
Update library name in documentation for Model
  • Loading branch information
stevearc committed Oct 15, 2018
2 parents 95fc7a5 + bf49b35 commit f724347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flywheel/models.py
Expand Up @@ -87,7 +87,7 @@ def add(self, action, value):
class Model(six.with_metaclass(ModelMetaclass)):

"""
Base class for all tube models
Base class for all flywheel models
For documentation on the metadata fields, check the attributes on the
:class:`.ModelMetadata` class.
Expand Down

0 comments on commit f724347

Please sign in to comment.