Skip to content

Commit c8feb4a

Browse files
authored
README: Fix some typos (pull request #109)
1 parent 2552e6d commit c8feb4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ extensions](http://johnmacfarlane.net/pandoc/README.html#tables):
176176
eggs 451
177177
bacon 0
178178

179-
`github` follows the conventions of Github flavored Markdown. It
179+
`github` follows the conventions of GitHub flavored Markdown. It
180180
corresponds to the `pipe` format without alignment colons:
181181

182182
>>> print(tabulate(table, headers, tablefmt="github"))
@@ -668,9 +668,9 @@ as a number imply that `tabulate`:
668668
It may not be suitable for serializing really big tables (but who's
669669
going to do that, anyway?) or printing tables in performance sensitive
670670
applications. `tabulate` is about two orders of magnitude slower than
671-
simply joining lists of values with a tab, coma or other separator.
671+
simply joining lists of values with a tab, comma, or other separator.
672672

673-
In the same time `tabulate` is comparable to other table
673+
At the same time, `tabulate` is comparable to other table
674674
pretty-printers. Given a 10x10 table (a list of lists) of mixed text and
675675
numeric data, `tabulate` appears to be slower than `asciitable`, and
676676
faster than `PrettyTable` and `texttable` The following mini-benchmark
@@ -714,7 +714,7 @@ On Linux `tox` expects to find executables like `python2.6`,
714714
`C:\Python26\python.exe`, `C:\Python27\python.exe` and
715715
`C:\Python34\python.exe` respectively.
716716

717-
To test only some Python environements, use `-e` option. For example, to
717+
To test only some Python environments, use `-e` option. For example, to
718718
test only against Python 2.7 and Python 3.6, run:
719719

720720
tox -e py27,py36

0 commit comments

Comments
 (0)