summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2015-07-25 16:48:51 +0200
committerFlorian Bruhin <me@the-compiler.org>2015-07-25 16:48:51 +0200
commitec46421175b9b871621c960da8792ad8d3d6bd31 (patch)
treeb35eb205f5775cc05b9d11ee2e4e1efccbbee8c6
parenta22a5e7bb2fb4d10df8a5e90e542e82c12ffecf9 (diff)
downloadastroid-ec46421175b9b871621c960da8792ad8d3d6bd31.tar.gz
Remove __docformat__.
-rw-r--r--astroid/decorators.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/decorators.py b/astroid/decorators.py
index 36c9cae..2992b8e 100644
--- a/astroid/decorators.py
+++ b/astroid/decorators.py
@@ -20,7 +20,6 @@
# the same license.
""" A few useful function/method decorators. """
-__docformat__ = "restructuredtext en"
import functools