From 8a202cae3efed3971628c4dd1f5e9d631c3c9a88 Mon Sep 17 00:00:00 2001 From: Jens Heinrich <59469646+JensHeinrich@users.noreply.github.com> Date: Fri, 8 Jan 2021 19:57:26 +0100 Subject: [PATCH] Update developing_collections.rst (#73142) Fix typo - FQCN not FCQN. --- docs/docsite/rst/dev_guide/developing_collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_collections.rst b/docs/docsite/rst/dev_guide/developing_collections.rst index 6bb0306cb01..d7b27184432 100644 --- a/docs/docsite/rst/dev_guide/developing_collections.rst +++ b/docs/docsite/rst/dev_guide/developing_collections.rst @@ -127,7 +127,7 @@ Note that importing something from an ``__init__.py`` file requires using the fi from ansible_collections.namespace.collection_name.plugins.callback.__init__ import CustomBaseClass -In the PowerShell example the ``module_util`` in question is called ``hyperv`` such that the FCQN is +In the PowerShell example the ``module_util`` in question is called ``hyperv`` such that the FQCN is ``community.test_collection.plugins.module_utils.hyperv``: .. code-block:: powershell