Skip to content

Commit

Permalink
doc typo fix in data structures tutorial (#3560)
Browse files Browse the repository at this point in the history
* typo fix

* Update doc/_tutorial/data_structure.ipynb

---------

Co-authored-by: Michael Waskom <[email protected]>
  • Loading branch information
gil2rok and mwaskom authored Nov 18, 2023
1 parent e00cae6 commit 01fb7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_tutorial/data_structure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"As a data visualization library, seaborn requires that you provide it with data. This chapter explains the various ways to accomplish that task. Seaborn supports several different dataset formats, and most functions accept data represented with objects from the `pandas <https://pandas.pydata.org/>`_ or `numpy <https://numpy.org/>`_ libraries as well as built-in Python types like lists and dictionaries. Understanding the usage patterns associated with these different options will help you quickly create useful visualizations for nearly any dataset.\n",
"\n",
".. note::\n",
" As of current writing (v0.13.0), the full breadth of options covered here are supported by most, but not all, of the functions in seaborn. Namely, a few older functinos (e.g., :func:`lmplot` and :func:`regplot`) anre more limited in what they accept."
" As of current writing (v0.13.0), the full breadth of options covered here are supported by most, but not all, of the functions in seaborn. Namely, a few older functions (e.g., :func:`lmplot` and :func:`regplot`) are more limited in what they accept."
]
},
{
Expand Down

0 comments on commit 01fb7bb

Please sign in to comment.