Fixed typo: 'ouput' to 'output' in all documentation (#5272)

# Fixed typo: 'ouput' to 'output' in all documentation

In this instance, the typo 'ouput' was amended to 'output' in all
occurrences within the documentation. There are no dependencies required
for this change.
This commit is contained in:
Moonsik Kang
2023-05-25 19:18:31 -07:00
committed by GitHub
parent 7047a2c1af
commit a0281f5acb
8 changed files with 24 additions and 24 deletions

View File

@@ -125,7 +125,7 @@
"metadata": {},
"outputs": [],
"source": [
"def show_ouput(output):\n",
"def show_output(output):\n",
" \"\"\"Display the multi-modal output from the agent.\"\"\"\n",
" UUID_PATTERN = re.compile(\n",
" r\"([0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12})\"\n",
@@ -168,7 +168,7 @@
}
],
"source": [
"show_ouput(output)"
"show_output(output)"
]
},
{
@@ -266,7 +266,7 @@
}
],
"source": [
"show_ouput(output)"
"show_output(output)"
]
},
{

View File

@@ -125,7 +125,7 @@
"metadata": {},
"outputs": [],
"source": [
"def show_ouput(output):\n",
"def show_output(output):\n",
" \"\"\"Display the multi-modal output from the agent.\"\"\"\n",
" UUID_PATTERN = re.compile(\n",
" r\"([0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12})\"\n",
@@ -168,7 +168,7 @@
}
],
"source": [
"show_ouput(output)"
"show_output(output)"
]
},
{
@@ -221,7 +221,7 @@
"metadata": {},
"outputs": [],
"source": [
"show_ouput(output)"
"show_output(output)"
]
},
{