Skip to content

Commit

Permalink
Merge pull request enthought#19 from michaelaye/patch-1
Browse files Browse the repository at this point in the history
DOC: Removing superfluous 'however' (it was there twice)
  • Loading branch information
WarrenWeckesser committed Mar 31, 2012
2 parents a4114ad + bcc42fc commit 6aefed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/traits_user_manual/advanced.rst
Expand Up @@ -46,7 +46,7 @@ The method overrides any default value specified in the trait definition.
.. index:: get_default_value()

It is also possible to define a dynamic method for the default value in a trait
type subclass (get_default_value()). However, however, using a
type subclass (get_default_value()). However, using a
_\ *name*\ _default() method avoids the overhead of subclassing a trait.

.. index:: default value; overriding in a subclass
Expand Down

0 comments on commit 6aefed7

Please sign in to comment.