Skip to content

Commit dbb4121

Browse files
mitarjorisvandenbossche
authored andcommitted
DOC: typo in documentation (#18942)
1 parent e85f432 commit dbb4121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/internals.rst

+1-1
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)