Skip to content

Commit 6a4702f

Browse files
committed
Fix: fixed length of docstring
1 parent 2a8fda4 commit 6a4702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: maths/fast_inverse_sqrt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def fast_inverse_sqrt(number: float) -> float:
1313
This function computes the fast inverse square root of a floating-point number
1414
using the famous Quake III algorithm, originally developed by id Software.
1515
16-
:param float number: The input number for which to calculate the inverse square root.
16+
:param float number: Input number for which to calculate the inverse square root.
1717
:return float: The fast inverse square root of the input number.
1818
1919
Example:

0 commit comments

Comments
 (0)