Skip to content

Commit 3d7552a

Browse files
alanderexdatapythonista
authored andcommitted
Typo fix (#75)
* added PyData Karlsruhe / Mannheim signup page * fixed typo
1 parent 2a269f6 commit 3d7552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/guide/_sources/pandas_docstring.rst.txt

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)