diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-02 19:17:46 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-02 19:17:46 -0500 |
| commit | eb9efffe0c157fe81f19825aa0a21a0b4a9a03ad (patch) | |
| tree | 755dc50fed1dd342251c12c3691f9546a5078990 /docs | |
| parent | cc9c2b1ef36b4a7a124ddaa4f6cf89af7deae266 (diff) | |
[1.9.x] Removed duplicate Sphinx reference in docs/ref/templates/builtins.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 2f3d0d57b4..a234240cbf 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1972,8 +1972,6 @@ unescaped output will be ``"<B>Joel</B> <button>is</button> a slug"``. looking for something more robust, you can use the ``bleach`` Python library, notably its `clean`_ method. -.. _clean: http://bleach.readthedocs.org/en/latest/clean.html - .. templatefilter:: rjust rjust |
