diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-17 06:05:42 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-17 06:05:42 -0800 |
| commit | 8b7705f27a6ecc47742ec743de0ced7e8a15eb17 (patch) | |
| tree | 2c7529a10fb29048b42ce3b0f16dd007d464608b /docs/api | |
| parent | c2fabed4dceb33c655a498583841769aa78bebbf (diff) | |
| download | pyramid-8b7705f27a6ecc47742ec743de0ced7e8a15eb17.tar.gz pyramid-8b7705f27a6ecc47742ec743de0ced7e8a15eb17.tar.bz2 pyramid-8b7705f27a6ecc47742ec743de0ced7e8a15eb17.zip | |
Remove native_, rename ascii_native_ to ascii_
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/compat.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/api/compat.rst b/docs/api/compat.rst index d8a4d0cbb..f05bdd51b 100644 --- a/docs/api/compat.rst +++ b/docs/api/compat.rst @@ -10,7 +10,7 @@ systems which require compatibility imports. .. automodule:: pyramid.compat - .. autofunction:: ascii_native_ + .. autofunction:: ascii_ .. autofunction:: bytes_ @@ -27,5 +27,3 @@ systems which require compatibility imports. ``True`` if running on PyPy, ``False`` otherwise. .. autofunction:: text_ - - .. autofunction:: native_ |
