Skip to content

Commit 7fbaa36

Browse files
committed
fix protocol.rst lists
remove unnecessary indentation and fix items to be single paragraphs
1 parent 64804d2 commit 7fbaa36

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/api/cassandra/protocol.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ and ``NumpyProtocolHandler``. They can be used as follows:
4545
4646
These protocol handlers comprise different parsers, and return results as described below:
4747

48-
- ProtocolHandler: this default implementation is a drop-in replacement for the pure-Python version.
49-
The rows are all parsed upfront, before results are returned.
48+
- ProtocolHandler: this default implementation is a drop-in replacement for the pure-Python version.
49+
The rows are all parsed upfront, before results are returned.
5050

51-
- LazyProtocolHandler: near drop-in replacement for the above, except that it returns an iterator over rows,
52-
lazily decoded into the default row format (this is more efficient since all decoded results are not materialized at once)
51+
- LazyProtocolHandler: near drop-in replacement for the above, except that it returns an iterator over rows,
52+
lazily decoded into the default row format (this is more efficient since all decoded results are not materialized at once)
5353

54-
- NumpyProtocolHander: deserializes results directly into NumPy arrays. This facilitates efficient integration with
55-
analysis toolkits such as Pandas.
54+
- NumpyProtocolHander: deserializes results directly into NumPy arrays. This facilitates efficient integration with
55+
analysis toolkits such as Pandas.

0 commit comments

Comments
 (0)