Skip to content

Commit

Permalink
Fixing typo asset -> assert
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jun 23, 2015
1 parent a76b81f commit e1f7c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -79,7 +79,7 @@ For example, let's define a class and get a reference to it::
class Example(object):
pass
asset name(Example) == '__main__:Example'
assert name(Example) == '__main__:Example'

You can, depending on platform, retrieve a reference to any of the following types of objects:

Expand Down

1 comment on commit e1f7c94

@amcgregor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, good catch!

Please sign in to comment.