docs: Remove additional ` in heading (#29096)

Remove the additional ` in the pipe operator heading
This commit is contained in:
Zapiron 2025-01-08 23:11:30 +08:00 committed by GitHub
parent b1dafaef9b
commit 9f5fa50bbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.