Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributing

flask-restplus is open-source and very open to contributions.

If you're part of a corporation with an NDA, and you may require updating the license.
See Updating Copyright below
If you're part of a corporation with an NDA, you may require updating the license.
See :ref:`Updating Copyright` below

Submitting issues
-----------------
Expand Down Expand Up @@ -107,6 +107,8 @@ NOTE: You'll need `NPM <https://docs.npmjs.com/getting-started/>`_ installed to
If you're new to NPM, also check out `nvm <https://github.com/creationix/nvm/blob/master/README.md>`_


.. _Updating Copyright:

Updating Copyright
------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_restplus/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Api(object):
:param str contact: A contact email for the API (used in Swagger documentation)
:param str license: The license associated to the API (used in Swagger documentation)
:param str license_url: The license page URL (used in Swagger documentation)
:param str endpoint: The API base endpoint (default to 'api).
:param str endpoint: The API base endpoint (default to 'api').
:param str default: The default namespace base name (default to 'default')
:param str default_label: The default namespace label (used in Swagger documentation)
:param str default_mediatype: The default media type to return
Expand Down