From f3374294966f060534fd74b6225da25fb778c461 Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Mon, 12 Feb 2024 13:49:57 -0600 Subject: [PATCH] formatted --- src/codergpt/documenter/documenter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/codergpt/documenter/documenter.py b/src/codergpt/documenter/documenter.py index d20c27d..adf7ccb 100644 --- a/src/codergpt/documenter/documenter.py +++ b/src/codergpt/documenter/documenter.py @@ -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." } )