Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/user/features.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Features
========

czml3 is built upon `pydantic <https://docs.pydantic.dev/latest/>`_ and leverages a lot of it's capabilities to achieve this goal.
czml3 is built upon `pydantic <https://docs.pydantic.dev/latest/>`_ and leverages a lot of it's capabilities to achieve it's goal: making the process of writing CZML files in Python easy.

Type Checking
-------------
Expand All @@ -11,7 +11,7 @@ Inputs to classes are type checked, which ensures that the data is in the correc
Cooercion of Data
-----------------

Inputted data to classes that is not of the specified type is `coerced to their right type <https://docs.pydantic.dev/latest/why/#json-schema>`_. See Example 2 in :ref:`examples-label`.
Inputted data that is not of the specified type in the class is `coerced to their right type <https://docs.pydantic.dev/latest/why/#json-schema>`_. See Example 2 in :ref:`examples-label`.

Forbid Unrecognised Properties
------------------------------
Expand Down
Loading