summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-17 06:07:44 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-17 06:07:44 -0800
commit1662edc38e145fa820544fb3aad91ab86e3185da (patch)
tree6594c1270821163327ea6c03a034ef28d86fe886 /docs
parent8b7705f27a6ecc47742ec743de0ced7e8a15eb17 (diff)
downloadpyramid-1662edc38e145fa820544fb3aad91ab86e3185da.tar.gz
pyramid-1662edc38e145fa820544fb3aad91ab86e3185da.tar.bz2
pyramid-1662edc38e145fa820544fb3aad91ab86e3185da.zip
Remove long type (should have been removed with other type aliases)
Diffstat (limited to 'docs')
-rw-r--r--docs/api/compat.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/api/compat.rst b/docs/api/compat.rst
index f05bdd51b..d1552e644 100644
--- a/docs/api/compat.rst
+++ b/docs/api/compat.rst
@@ -18,10 +18,6 @@ systems which require compatibility imports.
The string value ``__func__``.
- .. attribute:: long
-
- Long type ``int``.
-
.. attribute:: PYPY
``True`` if running on PyPy, ``False`` otherwise.