Skip to content

Commit

Permalink
Correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlach committed Jan 18, 2016
1 parent 9f60cda commit 669600c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/type-conversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ apply:
- q strings are mapped to plain Python strings in Python 2 and ``bytes`` in Python 3.

::

# Python 2
# `quickbrownfoxjumpsoveralazydog
<type 'numpy.string_'>
Expand Down Expand Up @@ -401,4 +402,4 @@ The :py:mod:`qtype` provides two utility functions to work with null values:

- :func:`~.qtype.qnull` - retrieves null type for specified q type code,
- :func:`~.qtype.is_null` - checks whether value is considered a null for
specified q type code.
specified q type code.

0 comments on commit 669600c

Please sign in to comment.