Skip to content

Commit dc512f8

Browse files
Merge pull request python#13 from FauxFaux/patch-1
Typo: "pyton" -> "python"
2 parents e70527a + 3ab335c commit dc512f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Introduction
33

44
This package provides a Python interface for the `LZ4 compression library
55
<http://lz4.github.io/lz4/>`_ by Yann Collet. Support is provided for Python 2
6-
(from 2.6 onwards) and Pyton 3 (from 3.3 onwards).
6+
(from 2.6 onwards) and Python 3 (from 3.3 onwards).
77

88
The LZ4 library provides support for three specifications:
99

0 commit comments

Comments
 (0)