Skip to content

Commit e68ff85

Browse files
authored
Fix typo in docs/tutorials/state_histograms.ipynb (#5396)
* Fix typo in docs/tutorials/state_histograms.ipynb * Fix another typo
1 parent 267c2ee commit e68ff85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/state_histograms.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
},
196196
"source": [
197197
"### Modifying plot properties\n",
198-
"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:"
198+
"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:"
199199
]
200200
},
201201
{

0 commit comments

Comments
 (0)