diff --git a/doc/source/type-conversion.rst b/doc/source/type-conversion.rst index 6d2442f..d8eb523 100644 --- a/doc/source/type-conversion.rst +++ b/doc/source/type-conversion.rst @@ -94,6 +94,7 @@ apply: - q strings are mapped to plain Python strings in Python 2 and ``bytes`` in Python 3. :: + # Python 2 # `quickbrownfoxjumpsoveralazydog @@ -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. \ No newline at end of file + specified q type code.