Skip to content

Commit a2e9bfa

Browse files
mitarhexgnu
authored andcommitted
DOC: typo in documentation (pandas-dev#18942)
1 parent d132806 commit a2e9bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Below is an example to define 2 original properties, "internal_cache" as a tempo
217217
218218
.. code-block:: python
219219
220-
>>> df = SubclassedDataFrame2({'A', [1, 2, 3], 'B': [4, 5, 6], 'C': [7, 8, 9]})
220+
>>> df = SubclassedDataFrame2({'A': [1, 2, 3], 'B': [4, 5, 6], 'C': [7, 8, 9]})
221221
>>> df
222222
A B C
223223
0 1 4 7

0 commit comments

Comments
 (0)