diff --git a/api.rst b/api.rst index 9303d9528..d2119a6ea 100644 --- a/api.rst +++ b/api.rst @@ -670,7 +670,7 @@ As an example, let's create a view called ``nominations_view`` based on the *nom FROM nominations; -Since it contains ``competition_id`` and ``film_id``—and each one has a **foreign key** defined in its source table—we can embed *competitions* and *films*: +Since it contains ``competition_id`` and ``film_id`` — and each one has a **foreign key** defined in its source table — we can embed *competitions* and *films*: .. code-block:: http @@ -697,6 +697,13 @@ It's also possible to embed `Materialized Views