mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 14:03:26 +00:00
docs: fix a couple of small indentation errors in the strings (#7951)
Fixed a few indentations I came across in the docs @baskaryan
This commit is contained in:
@@ -4,7 +4,7 @@ Here's the simplest example:
|
||||
from langchain import PromptTemplate
|
||||
|
||||
|
||||
template = """/
|
||||
template = """\
|
||||
You are a naming consultant for new companies.
|
||||
What is a good name for a company that makes {product}?
|
||||
"""
|
||||
@@ -16,8 +16,8 @@ prompt.format(product="colorful socks")
|
||||
<CodeOutputBlock lang="python">
|
||||
|
||||
```
|
||||
You are a naming consultant for new companies.
|
||||
What is a good name for a company that makes colorful socks?
|
||||
You are a naming consultant for new companies.
|
||||
What is a good name for a company that makes colorful socks?
|
||||
```
|
||||
|
||||
</CodeOutputBlock>
|
||||
|
Reference in New Issue
Block a user