Skip to content

Commit

Permalink
Fix composite example return value typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Oct 18, 2012
1 parent 3709771 commit fa372b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/assorted/composite_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Fetching CompositeType Data
.. code-block:: python
>>> cf.get("key")
{(1234, "abc"): "colval"})
{(1234, "abc"): "colval"}
When fetching a slice of columns, slice ends are specified using tuples as
well. However, you are only required to supply at least the first component
Expand Down

0 comments on commit fa372b6

Please sign in to comment.