Update developing_collections.rst (#73142)

Fix typo - FQCN not FCQN.
This commit is contained in:
Jens Heinrich 2021-01-08 19:57:26 +01:00 committed by GitHub
parent ae74d871a7
commit 8a202cae3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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