Skip to content

Commit

Permalink
Specify utilities package in SerpAPIWrapper docstring (#6821)
Browse files Browse the repository at this point in the history
- Description: Specify utilities package in SerpAPIWrapper docstring
  - Issue: Not an issue
  - Dependencies: (n/a)
  - Tag maintainer: @dev2049 
  - Twitter handle: (n/a)
  • Loading branch information
jung-hunsoo committed Jun 28, 2023
1 parent dd2a151 commit f3d178f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/utilities/serpapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SerpAPIWrapper(BaseModel):
Example:
.. code-block:: python
from langchain import SerpAPIWrapper
from langchain.utilities import SerpAPIWrapper
serpapi = SerpAPIWrapper()
"""

Expand Down

0 comments on commit f3d178f

Please sign in to comment.