diff --git a/docs/root/configuration/overview/examples.rst b/docs/root/configuration/overview/examples.rst index 03811aa1952ab..da4c30bebd1d9 100644 --- a/docs/root/configuration/overview/examples.rst +++ b/docs/root/configuration/overview/examples.rst @@ -326,7 +326,7 @@ See the following example: loaders about the !ignore tag. Compliant YAML loaders will typically expose an interface to allow you to choose how to handle a custom tag. -For example, this will instruct `PyYAML ` to treat an ignored +For example, this will instruct `PyYAML `_ to treat an ignored node as a simple scalar when loading: .. code-block:: python3