Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas/guide/_sources/pandas_docstring.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ for `dict` and normal brackets for `tuple`):

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

- {0, 10, 25}
Expand Down