Skip to content

Commit 783932c

Browse files
alanderexdatapythonista
authored andcommitted
Typo fix (#76)
* added PyData Karlsruhe / Mannheim signup page * fixed typo * fixed typo
1 parent 6cd2ddc commit 783932c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/guide/source/pandas_docstring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ for `dict` and normal brackets for `tuple`):
353353

354354
In case where there are just a set of values allowed, list them in curly
355355
brackets and separated by commas (followed by a space). If the values are
356-
ordinal and they have an order, list them in this order. Otherwuse, list
356+
ordinal and they have an order, list them in this order. Otherwise, list
357357
the default value first, if there is one:
358358

359359
- {0, 10, 25}

0 commit comments

Comments
 (0)