From dbdbc5f19e0cc329ff1b0c71e616c8c2e9283e45 Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Sun, 15 Mar 2020 13:12:17 +0100 Subject: [PATCH] Update advanced.rst Bugfix plot example. --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index d331b76..81a5897 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -66,7 +66,7 @@ Let's plot all the text present on the table's PDF page. :: - >>> camelot.plot(tables[0], kind='text') + >>> plt = camelot.plot(tables[0], kind='text') >>> plt.show() .. tip::