Update developing_collections.rst (#73142)

Fix typo - FQCN not FCQN.
pull/73169/head
Jens Heinrich 4 years ago committed by GitHub
parent ae74d871a7
commit 8a202cae3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 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``: ``community.test_collection.plugins.module_utils.hyperv``:
.. code-block:: powershell .. code-block:: powershell

Loading…
Cancel
Save