From 696caac9b0495e29b33c84897c2ecd44e8e7afe0 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Mon, 7 Jan 2013 10:49:51 +0100 Subject: [PATCH] Fixed a typo BeatifulSoup -> Beautiful Soup --- docs/importer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/importer.rst b/docs/importer.rst index ad4e3984..c9fa3be0 100644 --- a/docs/importer.rst +++ b/docs/importer.rst @@ -24,10 +24,10 @@ Dependencies ``pelican-import`` has two dependencies not required by the rest of pelican: -- BeautifulSoup +- Beautiful Soup - pandoc -BeatifulSoup can be installed like any other Python package:: +Beautiful Soup can be installed like any other Python package:: $ pip install BeautifulSoup