Commit 72ca530a authored by Tim Graham's avatar Tim Graham
Browse files

Fixed typo in commit for #15730; thanks Bruno Renié for the catch.

parent 67dceeef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ View

        Returns a callable view that takes a request and returns a response::

            response = MyView.as_view(request)
            response = MyView.as_view()(request)

    .. method:: dispatch(request, *args, **kwargs)