diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-14 12:15:38 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-14 12:15:38 -0400 |
commit | 4b0975ed159bd789db6896da159f654229310701 (patch) | |
tree | 6b1c30276d1f65b5010db5b831869616f42f09d8 /doc/source/index.rst | |
parent | aa476d39f53404bc32efdd9e93887c9e8e175117 (diff) |
Minor doc update.
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r-- | doc/source/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 54ea515..c5eb6ac 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2518,11 +2518,11 @@ Beautiful Soup 3 Beautiful Soup 3 is the previous release series, and is no longer being actively developed. It's currently packaged with all major Linux -distributions:: +distributions: :kbd:`$ apt-get install python-beautifulsoup` -It's also published through PyPi as `BeautifulSoup`.:: +It's also published through PyPi as ``BeautifulSoup``.: :kbd:`$ easy_install BeautifulSoup` |