diff --git a/_exceptions.py b/_exceptions.py index c49268e590f17bcd6ddf8748534cb11a5b7a7874_X2V4Y2VwdGlvbnMucHk=..8f31f58fee61f6f0167feb55a6ace3bf61c1a3b0_X2V4Y2VwdGlvbnMucHk= 100644 --- a/_exceptions.py +++ b/_exceptions.py @@ -15,5 +15,5 @@ # # You should have received a copy of the GNU Lesser General Public License along # with rql. If not, see <http://www.gnu.org/licenses/>. -"""Exceptions used in the RQL package. +"""Exceptions used in the RQL package.""" @@ -19,5 +19,4 @@ -""" __docformat__ = "restructuredtext en" class RQLException(Exception):