Skip to content

Commit

Permalink
Fix little sphinx doc typo (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmglogow authored and hynek committed Aug 17, 2016
1 parent ab9cbc8 commit 5fdf908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attr/_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def attributes(maybe_cls=None, these=None, repr_ns=None,
:class:`properties <property>`).
If *these* is not `None`, the class body is *ignored*.
:type these: class:`dict` of :class:`str` to :func:`attr.ib`
:type these: :class:`dict` of :class:`str` to :func:`attr.ib`
:param repr_ns: When using nested classes, there's no way in Python 2 to
automatically detect that. Therefore it's possible to set the
Expand Down

0 comments on commit 5fdf908

Please sign in to comment.