frictionlessdata / datapackage-py

A Python library for working with Data Packages.
https://frictionlessdata.io
MIT License
189 stars 44 forks source link

Use correct keyword and positional arguments #206

Closed dahlbaek closed 6 years ago

dahlbaek commented 6 years ago

In the README.md, keyword arguments of some classes and methods are incorrectly displayed as positional arguments.

Conversely, the positional argument of profile.validate should be descriptor (as stated in the README.md), not data (as it is in datapackage/profile.py).