Skip to content

Commit

Permalink
Use more accurate terminology (#8236)
Browse files Browse the repository at this point in the history
I think this was a mistake when writing this documentation, and that the
original author meant to use attribute here, columns do not have
columns, they have attributes.
  • Loading branch information
greg0ire authored Aug 9, 2020
1 parent 8230afc commit 424241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/inheritance-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ Things to note:

- The "attribute override" specifies the overrides base on the property name.
- The column type *CANNOT* be changed. If the column type is not equal you get a ``MappingException``
- The override can redefine all the columns except the type.
- The override can redefine all the attributes except the type.

Query the Type
--------------
Expand Down

0 comments on commit 424241f

Please sign in to comment.