mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 00:49:25 +00:00
docs: Remove additional ` in heading (#29096)
Remove the additional ` in the pipe operator heading
This commit is contained in:
parent
b1dafaef9b
commit
9f5fa50bbf
@ -140,7 +140,7 @@ is Equivalent to:
|
||||
chain = RunnableSequence([runnable1, runnable2])
|
||||
```
|
||||
|
||||
### The `.pipe` method`
|
||||
### The `.pipe` method
|
||||
|
||||
If you have moral qualms with operator overloading, you can use the `.pipe` method instead. This is equivalent to the `|` operator.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user