Skip to content

Commit 75d010e

Browse files
committed
Update comparison_with_r.rst
1 parent eb9fb82 commit 75d010e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/comparison_with_r.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ reshape the data.frame:
211211
.. code-block:: r
212212
213213
cheese <- data.frame(
214-
first = c('John, Mary'),
214+
first = c('John', 'Mary'),
215215
last = c('Doe', 'Bo'),
216216
height = c(5.5, 6.0),
217217
weight = c(130, 150)

0 commit comments

Comments
 (0)