Skip to content

Commit

Permalink
Fix MetaHasTraits docstring reference (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
notmatthancock authored Jan 5, 2021
1 parent 2a3d68b commit 8849b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traits/has_traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def _parse_expression(expression):
class MetaHasTraits(type):
""" Controls the creation of HasTraits classes.
The heavy work is done by the `create_traits_meta_dict` function, which
The heavy work is done by the `update_traits_class_dict` function, which
takes the ``class_dict`` dictionary of class members and extracts and
processes the trait declarations in it. The trait declarations are then
added back to the class dictionary and passed off to the __new__ method
Expand Down

0 comments on commit 8849b7f

Please sign in to comment.