Delete unnecessary whitespace

This commit is contained in:
Mike Yusko 2019-05-12 15:36:13 +03:00
parent c5efc4b64b
commit 4c8cc84b64

View File

@ -445,7 +445,7 @@ class Sanic:
:param strict_slashes: If the API endpoint needs to terminate :param strict_slashes: If the API endpoint needs to terminate
with a "/" or not with a "/" or not
:param subprotocols: optional list of str with supported subprotocols :param subprotocols: optional list of str with supported subprotocols
:param name: A unique name assigned to the URL so that it can :param name: A unique name assigned to the URL so that it can
be used with :func:`url_for` be used with :func:`url_for`
:return: decorated function :return: decorated function
""" """