Skip to content

Commit

Permalink
Fix grammar in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
oh2fih committed Aug 11, 2024
1 parent 2b42fb5 commit 9fa49ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CveXplore/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self, **kwargs):
Args:
kwargs['datasource_type']: Which datasource to query.
kwargs['datasource_connection_details']: Provide the connection details needed to establish a connection \
to the datasource. The connection details should be in line with the datasource it's documentation.
to the datasource. The connection details should be in line with the datasource's documentation.
"""
self.__version = VERSION
Expand Down

0 comments on commit 9fa49ff

Please sign in to comment.