diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-03-07 22:59:46 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-03-07 22:59:46 -0800 |
| commit | a996acc1221fb49319ec916378ca388c899968a7 (patch) | |
| tree | ebb6964fc25eeab52a8001fe4152be4e4e94ade4 | |
| parent | 87c6bf4efb3f523247e3fa799021164be1e62b38 (diff) | |
| download | pyramid-a996acc1221fb49319ec916378ca388c899968a7.tar.gz pyramid-a996acc1221fb49319ec916378ca388c899968a7.tar.bz2 pyramid-a996acc1221fb49319ec916378ca388c899968a7.zip | |
Use Python console lexer
| -rw-r--r-- | pyramid/static.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/static.py b/pyramid/static.py index 8d1f55406..0965be95c 100644 --- a/pyramid/static.py +++ b/pyramid/static.py @@ -231,7 +231,7 @@ class ManifestCacheBuster(object): source asset paths used in calls to :meth:`~pyramid.request.Request.static_url`. For example: - .. code-block:: python + .. code-block:: pycon >>> request.static_url('myapp:static/css/main.css') "http://www.example.com/static/css/main-678b7c80.css" |
