diff options
| author | David Lord <davidism@gmail.com> | 2021-11-05 19:17:46 -0700 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2021-11-05 19:36:40 -0700 |
| commit | 22d1e9ac13829b83347107a9b4d77072a8e1af6a (patch) | |
| tree | 8058e30b32388eeab3cada34524efc57188e2204 /docs | |
| parent | 70fc80133f6ee538b2c1b27a5f0ca860e340f1e6 (diff) | |
| download | werkzeug-remove-deprecated-code.tar.gz | |
remove deprecated escape and unescaperemove-deprecated-code
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/utils.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/utils.rst b/docs/utils.rst index c45e1dda..0d4e3391 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -4,16 +4,8 @@ Utilities Various utility functions shipped with Werkzeug. - -HTML Helpers -============ - .. module:: werkzeug.utils -.. autofunction:: escape - -.. autofunction:: unescape - General Helpers =============== |
