fix note callout (#12214)

This commit is contained in:
Bagatur 2023-10-24 12:17:18 -04:00 committed by GitHub
parent 8ba97cb408
commit deb8168329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@
"source": [
"## [Legacy] RouterChain\n",
"\n",
"::note:: The preferred approach as of version `0.0.293` is to use LCEL as above.\n",
":::note The preferred approach as of version `0.0.293` is to use LCEL as above.\n",
"\n",
"Here we show how to use the `RouterChain` paradigm to create a chain that dynamically selects the next chain to use for a given input. \n",
"\n",

View File

@ -83,7 +83,7 @@
"source": [
"## [Legacy] TransformationChain\n",
"\n",
"::note:: This is a legacy class, using LCEL as shown above is preffered.\n",
":::note This is a legacy class, using LCEL as shown above is preffered.\n",
"\n",
"This notebook showcases using a generic transformation chain."
]