diff --git a/docs/guides/modding-guide.rst b/docs/guides/modding-guide.rst index 2eb8c7424..549b93e3b 100644 --- a/docs/guides/modding-guide.rst +++ b/docs/guides/modding-guide.rst @@ -66,7 +66,7 @@ The structure of the game found in ``df.global``, containing things like the list of all items, whether to reindex pathfinding, et cetera. Also relevant to us in ``df`` are the various types found in the game, e.g. ``df.pronoun_type`` which we will be using in this -guide. We'll explore more of the game structures `below `_. +guide. We'll explore more of the game structures below. Your first script -----------------