@@ -4165,7 +4165,7 @@ def tanh(self, inplace=False):
41654165
41664166 Units are accounted for in the calculation. If the units are
41674167 not equivalent to radians (such as Kelvin) then they are
4168- treated as if they were radians. For example, the the
4168+ treated as if they were radians. For example, the
41694169 hyperbolic tangent of 90 degrees_east is 0.91715234, as is the
41704170 hyperbolic tangent of 1.57079632 radians.
41714171
@@ -4227,7 +4227,7 @@ def sinh(self, inplace=False):
42274227
42284228 Units are accounted for in the calculation. If the units are
42294229 not equivalent to radians (such as Kelvin) then they are
4230- treated as if they were radians. For example, the the
4230+ treated as if they were radians. For example, the
42314231 hyperbolic sine of 90 degrees_north is 2.30129890, as is the
42324232 hyperbolic sine of 1.57079632 radians.
42334233
@@ -4288,7 +4288,7 @@ def cosh(self, inplace=False):
42884288
42894289 Units are accounted for in the calculation. If the units are
42904290 not equivalent to radians (such as Kelvin) then they are
4291- treated as if they were radians. For example, the the
4291+ treated as if they were radians. For example, the
42924292 hyperbolic cosine of 0 degrees_east is 1.0, as is the
42934293 hyperbolic cosine of 1.57079632 radians.
42944294
0 commit comments