From eeac040fceb04cbde94ea9ca1585153da5be98b9 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 20 Aug 2009 14:40:37 -0300 Subject: [PATCH] minor docstring update --- scrapy/xlib/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrapy/xlib/__init__.py b/scrapy/xlib/__init__.py index b79d73973..11f022087 100644 --- a/scrapy/xlib/__init__.py +++ b/scrapy/xlib/__init__.py @@ -1 +1,2 @@ -"""This directory contains third party modules used by Scrapy""" +"""This package contains some third party modules that are distributed along +with Scrapy"""