mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
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:
parent
bc964df7e0
commit
947a56221b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue