diff options
Diffstat (limited to 'doc/source')
-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 ====== |