Skip to content

Commit c8e1ad3

Browse files
mhb143Molly Bowers
authored andcommitted
DOC: Grammatically updated the tech docs (pandas-dev#54989)
Grammatically updated the tech docs Co-authored-by: Molly Bowers <[email protected]>
1 parent ac464bc commit c8e1ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/getting_started/intro_tutorials/01_table_oriented.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ between square brackets ``[]``.
106106
</ul>
107107

108108
.. note::
109-
If you are familiar to Python
109+
If you are familiar with Python
110110
:ref:`dictionaries <python:tut-dictionaries>`, the selection of a
111-
single column is very similar to selection of dictionary values based on
111+
single column is very similar to the selection of dictionary values based on
112112
the key.
113113

114114
You can create a ``Series`` from scratch as well:

0 commit comments

Comments
 (0)