diff --git a/docs/tutorials/mnist.ipynb b/docs/tutorials/mnist.ipynb index 45d3d20cc..8e5f0cb22 100644 --- a/docs/tutorials/mnist.ipynb +++ b/docs/tutorials/mnist.ipynb @@ -448,7 +448,7 @@ "id": "SlJ5NVaPojhT" }, "source": [ - "### 1.3 Encode the data as quantum circuits\n", + "### 1.4 Encode the data as quantum circuits\n", "\n", "To process images using a quantum computer, Farhi et al. proposed representing each pixel with a qubit, with the state depending on the value of the pixel. The first step is to convert to a binary encoding." ]