diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-03-07 23:09:19 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-03-07 23:09:19 -0800 |
| commit | a4458c290d5cabf303b0912f1078c62a853a4d54 (patch) | |
| tree | ebb6964fc25eeab52a8001fe4152be4e4e94ade4 | |
| parent | 87c6bf4efb3f523247e3fa799021164be1e62b38 (diff) | |
| parent | a996acc1221fb49319ec916378ca388c899968a7 (diff) | |
| download | pyramid-a4458c290d5cabf303b0912f1078c62a853a4d54.tar.gz pyramid-a4458c290d5cabf303b0912f1078c62a853a4d54.tar.bz2 pyramid-a4458c290d5cabf303b0912f1078c62a853a4d54.zip | |
Merge pull request #2401 from stevepiercy/master
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" |
