Skip to content

Commit df3d403

Browse files
Apply suggested fix to docs/api/cassandra/protocol.rst from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent dd1adc7 commit df3d403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/cassandra/protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ These protocol handlers comprise different parsers, and return results as descri
5353
- LazyProtocolHandler: near drop-in replacement for the above, except that it returns an iterator over rows,
5454
lazily decoded into the default row format (this is more efficient since all decoded results are not materialized at once)
5555

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

0 commit comments

Comments
 (0)