Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Commit

Permalink
Minor README fixes - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Feb 9, 2016
1 parent 97bfc69 commit cf370bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,7 +32,7 @@ See [benchmark.py](https://github.com/desbma/pyfastcopy/blob/master/benchmark.py

![Imgur](http://i.imgur.com/GvqQhHD.png)

These tests show a 30-40% performance gain compared to stock Python `shutil.copyfile`:
These tests show a 30-40% performance improvement of `shutil.copyfile` compared to stock Python:
![Imgur](http://i.imgur.com/1eMzwH0.png)


Expand All @@ -42,7 +42,7 @@ Just import the module:

import pyfastcopy

And then use the patched shutil.copyfile as usual:
And then use the patched `shutil.copyfile` as usual:

shutil.copyfile(src, dst)

Expand Down

0 comments on commit cf370bb

Please sign in to comment.