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'``.