Skip to content

Commit

Permalink
Fix Incorrect markdown formatting for example in connection_examples.…
Browse files Browse the repository at this point in the history
…ipynb (#3504)

Co-authored-by: Vladyslav Vildanov <[email protected]>
Co-authored-by: petyaslavova <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2025
1 parent b8a0503 commit e1b8163
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docs/examples/connection_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,26 @@
]
},
{
"cell_type": "markdown",
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"True"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import redis\n",
"\n",
"r = redis.Redis(protocol=3)\n",
"rcon.ping()"
"r.ping()"
]
},
{
Expand All @@ -93,7 +106,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -102,7 +115,7 @@
"True"
]
},
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit e1b8163

Please sign in to comment.