Skip to content

Commit

Permalink
Fix typo in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Sep 30, 2021
1 parent 09b2f1a commit de51126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/orasql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def __init__(self, *args, **kwargs):
``readlobs`` : bool or integer
If ``readlobs`` is :const:`False` all cursor fetches return
:class:`LOBStream` objects for LOB object. If ``readlobs`` is an
:class:`LOBStream` objects for LOB objects. If ``readlobs`` is an
:class:`int` LOBs with a maximum size of ``readlobs`` will be
returned as :class:`bytes`/:class:`str` objects. If ``readlobs``
is :const:`True` all LOB values will be returned as
Expand Down

0 comments on commit de51126

Please sign in to comment.