Skip to content

Commit

Permalink
Fix output.
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Nov 21, 2024
1 parent ab442bb commit 3d7a15f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions lesson_0_comments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -29,14 +29,6 @@
"The autoreload extension is already loaded. To reload it, use:\n",
" %reload_ext autoreload\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"c:\\Users\\_\\Desktop\\projects\\comments_py\\lib.py:16: SyntaxWarning: invalid escape sequence '\\s'\n",
" call_site_source_code = re.sub(\"\\s+\", \" \", \"\".join(function_call))\n"
]
}
],
"source": [
Expand All @@ -48,7 +40,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 3d7a15f

Please sign in to comment.