Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix ReST syntax
  • Loading branch information
encukou committed Nov 3, 2022
commit 2d7945467d4895b286567da4351ee572c049aeb4
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Add a note to the ``AttributeError`` raised when instantiating a subclass of
:py:type:`property` that does not have a writable ``__doc__`` attribute.
:py:class:`property` that does not have a writable ``__doc__`` attribute.
(Creating such a subclass is possible via the C API.)