From 087821628a03e87581f4bb2f058c810c7bbe0b9f Mon Sep 17 00:00:00 2001 From: Prashanth Date: Sat, 27 Mar 2021 18:19:25 +0530 Subject: [PATCH] Updated mnist.ipynb Typo in section header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I assume 1.4 comes after 1.3 numerically and not 1.3 again. 😀 --- docs/tutorials/mnist.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ]