Skip to content

Commit 538390d

Browse files
authored
fix typo (#2293)
1 parent dec5bce commit 538390d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docsite/rst/community/collection_contributors/collection_requirements.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Python requirements for a collection vary between **controller environment** and
119119
Controller environment
120120
~~~~~~~~~~~~~~~~~~~~~~
121121

122-
* Collections MUST support all eligible controller Python versions in the controller environment, unless required libraries do not support these Python versions. The :ref:`Steering Committee <steering_responsibilities>` can grant other exceptions on a case-by-case basis.
122+
* Collections MUST support all eligible controller Python versions in the controller environment, unless required libraries do not support these Python versions. The :ref:`Steering Committee <steering_responsibilities>` can grant other exceptions on a case-by-case basis.
123123

124124
* controller environment: the plugins/modules always run in the same environment (Python interpreter, venv, host, and so on) as ansible-core itself.
125125
* eligible controller Python version: a Python version that is supported on the controller side by at least one ansible-core version that the collection supports. The eligible versions can be determined from the :ref:`ansible_core_support_matrix` and from the ``requires_ansible`` value in ``meta/runtime.yml`` in the collection.
@@ -129,7 +129,7 @@ Controller environment
129129
Other environment
130130
~~~~~~~~~~~~~~~~~
131131

132-
* Collections MUST support all eligible controller Python versions in the other environment, unless required libraries do not support these Python versions. The :ref:`Steering Committee <steering_responsibilities>` can grant other exceptions on a case-by-case basis.
132+
* Collections MUST support all eligible controller Python versions in the other environment, unless required libraries do not support these Python versions. The :ref:`Steering Committee <steering_responsibilities>` can grant other exceptions on a case-by-case basis.
133133

134134
* other environment: the plugins/modules run not in a controller environment.
135135
* eligible target Python version: a Python version that is supported on the target side by at least one ansible-core version that the collection supports. The eligible versions can be determined from the :ref:`ansible_core_support_matrix` and from the ``requires_ansible`` value in ``meta/runtime.yml`` in the collection.
@@ -244,7 +244,7 @@ All modules and plugins:
244244

245245
* You do not have to add ``version_added`` when creating a new collection before its first release.
246246
* The ``version_added`` field for objects in a collection MUST refer to the version of the collection in which the options were added -- ``NOT`` the version of Ansible or ansible-core.
247-
247+
248248
* If, for some reason, you need to specify version numbers of Ansible or another collection, you ``MUST`` also provide ``version_added_collection: collection_name``. We strongly recommend to ``NOT`` do this.
249249

250250
.. _coll_workflow:
@@ -302,7 +302,7 @@ Collection naming
302302
When choosing a name for a brand new namespace:
303303

304304
* Take into consideration the `Namespace limitations <https://galaxy.ansible.com/docs/contributing/namespaces.html#galaxy-namespace-limitations>`_ which list requirements for namespaces in Galaxy.
305-
* If the namespace does not exit yet and is not occupied by anybody else, submit a `namespace request <https://github.com/ansible/galaxy/issues/new/choose>`_ to have it created for you.
305+
* If the namespace does not exist yet and is not occupied by anybody else, submit a `namespace request <https://github.com/ansible/galaxy/issues/new/choose>`_ to have it created for you.
306306

307307
Naming recommendations:
308308

0 commit comments

Comments
 (0)