Skip to content

Commit 6a65e2f

Browse files
committed
Fix typos
1 parent ee1ea25 commit 6a65e2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
1.5.1
77
-----
8-
* drop suport python 2.6
8+
* drop support python 2.6
99

1010
1.5
1111
---

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest-echo
99

1010

1111
Print environment variables, package version and generic attributes,
12-
as they are at the begining of the test.
12+
as they are at the beginning of the test.
1313

1414
Useful in the continuous integration to dump test
1515
configuration/environment and or to check if attributes are properly set

pytest_echo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_module_attribute(path):
6666
The `attribute` can be either a module attribute (ie. os.path.curdir)
6767
or a object attribute (ie. linecache.cache.__class__)
6868
69-
Warning: Be careful when use thi function as it load any module in the path
69+
Warning: Be careful when use this function as it load any module in the path
7070
and this will execute any module's level code
7171
7272
:param path: full path to the attribute

0 commit comments

Comments
 (0)