.. _F2010: F2010 — year-span-violation =========================== **Error Code**: F2010 **Message**: ``Year span must be five or less.`` **Scope**: PLATFORM.WOS **Typical fix**: The parser automatically sets the year span to 5. **Problematic query**: .. code-block:: python A AND PY=2000-2020 **Correct query**: .. code-block:: python A AND PY=2015-2020 **Back to**: :ref:`lint`