Skip to content

Commit 60f2c05

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#169 from JensRantil/minor_spelling_fix
Minor spelling fix
2 parents 393c064 + a7d4459 commit 60f2c05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/intro/duction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include:
1818

1919
Python is sometimes described with the words "batteries included"
2020
for its extensive
21-
`stanadard library <http://docs.python.org/library/>`_, which can
21+
`standard library <http://docs.python.org/library/>`_, which can
2222
includes modules for regular expressions, file IO, fraction handling,
2323
object serialization, and much more.
2424

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)