Skip to content

Commit

Permalink
Merge pull request Sinaptik-AI#40 from AndreaPi/patch-1
Browse files Browse the repository at this point in the history
Fix English typos in docstrings
  • Loading branch information
gventuri authored May 4, 2023
2 parents 3c2e1e3 + f8af695 commit e163f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandasai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class PandasAI:
"""PandasAI is a wrapper around a LLM to make dataframes convesational"""
"""PandasAI is a wrapper around a LLM to make dataframes conversational"""

_task_instruction: str = """
There is a dataframe in pandas (python).
Expand Down
2 changes: 1 addition & 1 deletion pandasai/llm/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _set_params(self, **kwargs):

def completion(self, prompt: str) -> str:
"""
Query the completation API
Query the completion API
Args:
prompt (str): Prompt
Expand Down

0 comments on commit e163f04

Please sign in to comment.