We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac464bc commit c8e1ad3Copy full SHA for c8e1ad3
doc/source/getting_started/intro_tutorials/01_table_oriented.rst
@@ -106,9 +106,9 @@ between square brackets ``[]``.
106
</ul>
107
108
.. note::
109
- If you are familiar to Python
+ If you are familiar with Python
110
:ref:`dictionaries <python:tut-dictionaries>`, the selection of a
111
- single column is very similar to selection of dictionary values based on
+ single column is very similar to the selection of dictionary values based on
112
the key.
113
114
You can create a ``Series`` from scratch as well:
0 commit comments