summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-17 05:57:30 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-17 05:57:30 -0800
commit087dc33696b81235468e80b93ee7eee510d40d8e (patch)
tree49dff50352300f6563dae3b2c180e93c4450a678 /docs/api
parent5f59fb7db454e47e9845d74ec2b04e581beca574 (diff)
downloadpyramid-087dc33696b81235468e80b93ee7eee510d40d8e.tar.gz
pyramid-087dc33696b81235468e80b93ee7eee510d40d8e.tar.bz2
pyramid-087dc33696b81235468e80b93ee7eee510d40d8e.zip
Remove is_nonstr_iter
Diffstat (limited to 'docs/api')
-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 6f94ea2d4..25b81addc 100644
--- a/docs/api/compat.rst
+++ b/docs/api/compat.rst
@@ -18,10 +18,6 @@ systems which require compatibility imports.
The string value ``__func__``.
- .. function:: is_nonstr_iter(v)
-
- Return ``True`` if ``v`` is a non-``str``.
-
.. attribute:: long
Long type ``int``.