From c2ee463c3a6598f098afcd09a8225ced0ee44079 Mon Sep 17 00:00:00 2001 From: Winston Sebastian Pais <51374812+WinstonPais@users.noreply.github.com> Date: Sat, 13 Jun 2020 02:48:37 +0530 Subject: [PATCH] fixed typo --- doc/python/tick-formatting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/tick-formatting.md b/doc/python/tick-formatting.md index e41e9c016c1..a7f60f8c954 100644 --- a/doc/python/tick-formatting.md +++ b/doc/python/tick-formatting.md @@ -98,7 +98,7 @@ fig.update_layout(yaxis_tickformat = '%') fig.show() ``` -#### Using Tickformat Atttribute - Date/Time +#### Using Tickformat Attribute - Date/Time For more date/time formatting types, see: https://github.com/d3/d3-time-format/blob/master/README.md @@ -194,4 +194,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#layout-xaxis for more information and chart attribute options! \ No newline at end of file +See https://plotly.com/python/reference/#layout-xaxis for more information and chart attribute options!