From b1966df1c304562ad7eddaee87a2308fb022c0e9 Mon Sep 17 00:00:00 2001 From: Richard Harding Date: Sat, 21 Apr 2012 08:17:04 -0400 Subject: [PATCH] Fix docs for changed method --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1d9aeee..5a71fa6 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ metadata such as the confidence score found while processing the input. :: - doc = Document(html).get_summary_with_metadata() + doc = Document(html).summary_with_metadata() print doc.html print doc.confidence