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::