Skip to content

Commit b8fc443

Browse files
xanniBethanyG
andauthored
Update exercises/practice/square-root/.docs/instructions.append.md
Adhere to one sentence per line convention. Co-authored-by: BethanyG <[email protected]>
1 parent f588f25 commit b8fc443

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/practice/square-root/.docs/instructions.append.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
Python offers a wealth of mathematical functions in the form of the [math module][math-module] and built-ins such as the exponentiation operator `**`, [`pow()`][pow] and [`sum()`][sum].
77
However, we'd like you to consider the challenge of solving this exercise without those built-ins or modules.
88

9-
While there is a mathematical formula that will find the square root of _any_ number, we have gone the route of having only [natural numbers][nautral-number] (positive integers) as solutions. It is possible to compute the square root of any natural number using only natural numbers in the computation.
9+
While there is a mathematical formula that will find the square root of _any_ number, we have gone the route of having only [natural numbers][nautral-number] (positive integers) as solutions.
10+
It is possible to compute the square root of any natural number using only natural numbers in the computation.
1011

1112

1213
[math-module]: https://docs.python.org/3/library/math.html

0 commit comments

Comments
 (0)