Skip to content

Commit 6308271

Browse files
committed
Fix typo in release notes
1 parent 64f588a commit 6308271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is major release and contains breaking changes. Please read the notes below
1010

1111
**Polymorphism**
1212

13-
This release introduces :ref:`polymorphism` support via :py:class:`DiscriminatorAttribute <pynamodb.attributes.DiscriminatorAttribute`.
13+
This release introduces :ref:`polymorphism` support via :py:class:`DiscriminatorAttribute <pynamodb.attributes.DiscriminatorAttribute>`.
1414
Discriminator values are written to DynamoDB and used during deserialization to instantiate the desired class.
1515

1616
Other changes in this release:

0 commit comments

Comments
 (0)