Skip to content

Commit bdcfd1e

Browse files
committed
Minor spelling fix
1 parent 9118659 commit bdcfd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Some general rules of testing:
4747
catching test are among the most valuable piece of code in your project.
4848

4949
- Use long and descriptive names for testing functions. The style guide here is
50-
slighlty different than that of running code, where short names are often
50+
slightly different than that of running code, where short names are often
5151
preferred. The reason is testing functions are never called explicitely.
5252
``square()`` or even ``sqr()`` is ok in running code, but in testing code you
5353
would has names such as ``test_square_of_number_2()``,

0 commit comments

Comments
 (0)