From f33d1924c30b834f9063742282200294dcefb919 Mon Sep 17 00:00:00 2001 From: Tanuj Khattar Date: Tue, 24 May 2022 11:03:55 -0700 Subject: [PATCH 1/2] Fix typo in docs/tutorials/state_histograms.ipynb --- docs/tutorials/state_histograms.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/state_histograms.ipynb b/docs/tutorials/state_histograms.ipynb index 31059a8e486..7c08e613720 100644 --- a/docs/tutorials/state_histograms.ipynb +++ b/docs/tutorials/state_histograms.ipynb @@ -195,7 +195,7 @@ }, "source": [ "### Modifying plot properties\n", - "You can pass additional arguments to the `cirs.plot_state_histogram` method to modify plot properties like `title`, `xlabel`, `ylabel` and `tick_labels`. For example:" + "You can pass additional arguments to the `cirq.plot_state_histogram` method to modify plot properties like `title`, `xlabel`, `ylabel` and `tick_labels`. For example:" ] }, { From 73dd45c9cd8ecceaaded714cea63d0f6a6ff54f2 Mon Sep 17 00:00:00 2001 From: Tanuj Khattar Date: Tue, 24 May 2022 11:06:01 -0700 Subject: [PATCH 2/2] Fix another typo --- docs/tutorials/state_histograms.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/state_histograms.ipynb b/docs/tutorials/state_histograms.ipynb index 7c08e613720..d5e53619829 100644 --- a/docs/tutorials/state_histograms.ipynb +++ b/docs/tutorials/state_histograms.ipynb @@ -195,7 +195,7 @@ }, "source": [ "### Modifying plot properties\n", - "You can pass additional arguments to the `cirq.plot_state_histogram` method to modify plot properties like `title`, `xlabel`, `ylabel` and `tick_labels`. For example:" + "You can pass additional arguments to the `cirq.plot_state_histogram` method to modify plot properties like `title`, `xlabel`, `ylabel` and `tick_label`. For example:" ] }, {