fixed spelling mistake

pull/1000/head
Toddneal Stallworth 2024-10-04 20:12:10 -07:00
parent 3df19b2e4f
commit ccae0356cf
1 changed files with 8 additions and 5 deletions

View File

@ -36,7 +36,7 @@
" * Post a message to a group chat\n", " * Post a message to a group chat\n",
" * Private 1-1 chat\n", " * Private 1-1 chat\n",
" * Invite a friend to a private chat\n", " * Invite a friend to a private chat\n",
" * Post a meesage to a private chat\n", " * Post a message to a private chat\n",
"* No need to worry about scaling initially" "* No need to worry about scaling initially"
] ]
}, },
@ -51,7 +51,10 @@
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 1,
"metadata": { "metadata": {
"collapsed": false "collapsed": false,
"jupyter": {
"outputs_hidden": false
}
}, },
"outputs": [ "outputs": [
{ {
@ -149,7 +152,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3 (ipykernel)",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
@ -163,9 +166,9 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.4.3" "version": "3.12.6"
} }
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 0 "nbformat_minor": 4
} }