diff --git a/ckan/logic/action/create.py b/ckan/logic/action/create.py index fef14af6489..063c426b70e 100644 --- a/ckan/logic/action/create.py +++ b/ckan/logic/action/create.py @@ -758,10 +758,6 @@ def organization_create(context, data_dict): You must be authorized to create organizations. - Plugins may change the parameters of this function depending on the value - of the ``type`` parameter, see the - :py:class:`~ckan.plugins.interfaces.IGroupForm` plugin interface. - :param name: the name of the organization, a string between 2 and 100 characters long, containing only lowercase alphanumeric characters, ``-`` and ``_``