Skip to content

Commit d0cb002

Browse files
committed
docs: Correction of the height value
1 parent dd5b4ca commit d0cb002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/3-fundamentals/PY0101EN-3-4-Classes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@
780780
"colab_type": "text"
781781
},
782782
"source": [
783-
"Let’s create the object <code>SkinnyBlueRectangle</code> of type Rectangle. Its width will be 2 and height will be 3, and the color will be blue:"
783+
"Let’s create the object <code>SkinnyBlueRectangle</code> of type Rectangle. Its width will be 2 and height will be 10, and the color will be blue:"
784784
]
785785
},
786786
{

0 commit comments

Comments
 (0)