From 417db134fc3e0a97039f766ad96466d1b1523562 Mon Sep 17 00:00:00 2001 From: Kasper Socha Date: Thu, 3 Jan 2019 15:07:44 +0100 Subject: [PATCH] Remove mention of old mesh kwarg --- docs/user/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index d9d704ac..959c0d49 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -14,7 +14,7 @@ Begin by importing the Camelot module:: >>> import camelot -Now, let's try to read a PDF. (You can check out the PDF used in this example `here`_.) Since the PDF has a table with clearly demarcated lines, we will use the :ref:`Lattice ` method here. To do that, we will set the ``mesh`` keyword argument to ``True``. +Now, let's try to read a PDF. (You can check out the PDF used in this example `here`_.) Since the PDF has a table with clearly demarcated lines, we will use the :ref:`Lattice ` method here. .. note:: :ref:`Lattice ` is used by default. You can use :ref:`Stream ` with ``flavor='stream'``.