Skip to content

Commit ef4227f

Browse files
authored
Translate a French comment to English
1 parent 5e2833a commit ef4227f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipython/Least_Squares_Circle.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"xc_1 = x_m + uc\n",
111111
"yc_1 = y_m + vc\n",
112112
"\n",
113-
"# Calcul des distances au centre (xc_1, yc_1)\n",
113+
"# Calculation of distances to the center (xc_1, yc_1)\n",
114114
"Ri_1 = sqrt((x-xc_1)**2 + (y-yc_1)**2)\n",
115115
"R_1 = mean(Ri_1)\n",
116116
"residu_1 = sum((Ri_1-R_1)**2)"
@@ -478,4 +478,4 @@
478478
"metadata": {}
479479
}
480480
]
481-
}
481+
}

0 commit comments

Comments
 (0)