Skip to content

Commit

Permalink
fix en un docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lrromero committed Dec 21, 2018
1 parent 4ee8cf9 commit 23513ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydatajson/federation.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def remove_organizations_from_ckan(portal_url, apikey, organization_list):
portal_url (str): La URL del portal CKAN de destino.
apikey (str): La apikey de un usuario con los permisos que le
permitan borrar la organización.
organization_list(list): Id o name de la organización a borrar.
organization_list(list): Id o name de las organizaciones a borrar.
Returns:
None.
Expand Down

0 comments on commit 23513ed

Please sign in to comment.