Readme: Fix link for faker

Fixed link for the Faker library

Closes https://github.com/vinta/awesome-python/issues/700
This commit is contained in:
Swaraj Rao 2016-08-19 23:31:08 +05:30
parent bc964df7e0
commit 947a56221b
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Code Coverage
* [coverage](https://pypi.python.org/pypi/coverage) - Code coverage measurement.
* Fake Data
* [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data.
* [faker](https://github.com/joke2k/faker) - A Python package that generates fake data.
* [fake2db](https://github.com/emirozer/fake2db) - Fake database generator.
* [radar](https://pypi.python.org/pypi/radar) - Generate random datetime / time.
* Error Handler