diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-27 12:04:24 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-27 12:04:24 -0400 |
commit | 561a1b479bc17bdd28b11dffa0085de8b2508444 (patch) | |
tree | 2213aca58dc6303d724808a0933db88ee40bd18a /doc/source/index.rst | |
parent | 11b8c604e2c493d9735d9968198fffbb90ac63fe (diff) |
Tweaked doc.
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 4ed5c1a..7a7872e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1926,8 +1926,8 @@ whatever's inside that tag. It's good for stripping out markup:: Like ``replace_with()``, ``unwrap()`` returns the tag that was replaced. -In earlier versions of Beautiful Soup, ``unwrap()`` was called -``replace_with_children()`, and that name will still work. +(In earlier versions of Beautiful Soup, ``unwrap()`` was called +``replace_with_children()``, and that name will still work.) Output ====== |