Michael Merickel
2015-11-13 3ad243d51cce30031f3c5fb6ba6b71d964ebccbe
fix bug in docstring
1 files modified
2 ■■■ changed files
pyramid/static.py 2 ●●● patch | view | raw | blame | history
pyramid/static.py
@@ -220,7 +220,7 @@
    Specifically, it is a JSON-serialized dictionary where the keys are the
    source asset paths used in calls to
    :meth:`~pyramid.request.Request.static_url. For example::
    :meth:`~pyramid.request.Request.static_url`. For example::
    .. code-block:: python