Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 12, 2024
1 parent 33e907e commit f337429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/codergpt/documenter/documenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def document(
response = self.chain.invoke(
{
"input": f"Document the following code: \n\n```\n{source_code}\n```"
"This should be in reStructuredText (RST, ReST, or reST)"\
" format that is Sphinx compatible. Return only the documentation content."
"This should be in reStructuredText (RST, ReST, or reST)"
" format that is Sphinx compatible. Return only the documentation content."
}
)

Expand Down

0 comments on commit f337429

Please sign in to comment.