Skip to content

Commit 4d5443f

Browse files
authored
Merge pull request #500 from kianmeng/fix-typos
Fix typos
2 parents 02bf620 + 66750f1 commit 4d5443f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ This release introduces breaking changes, please refer to the :ref:`Migration fr
279279
2.6.2
280280
-----
281281

282-
- Parse comments only in the begining of words (santagada)
282+
- Parse comments only in the beginning of words (santagada)
283283

284284
2.6.1
285285
-----

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ test: develop
1818
coveralls: coverage
1919
coveralls
2020

21-
# clean the development envrironment
21+
# clean the development environment
2222
clean:
2323
-rm -rf .env

tests/library/test_parent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Test givens declared in the parent conftest and plugin files.
22
3-
Check the parent givens are collected and overriden in the local conftest.
3+
Check the parent givens are collected and overridden in the local conftest.
44
"""
55
import textwrap
66

0 commit comments

Comments
 (0)