Skip to content

Commit

Permalink
Fix method reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 17, 2020
1 parent ed759c9 commit c7c1be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Changed
- ``jscc.testing.schema`` is moved to :mod:`jscc.schema`
- ``jscc.schema.is_property_missing`` is renamed to :meth:`jscc.schema.is_missing_property`
- :meth:`jscc.schema.is_codelist` accepts a list of field names, instead of a CSV reader
- :meth:`jscc.filesystem.walk_csv_data` returns text content, fieldnames, and rows, instead of a CSV reader
- :meth:`jscc.testing.filesystem.walk_csv_data` returns text content, fieldnames, and rows, instead of a CSV reader

0.0.1 (2020-03-15)
------------------
Expand Down

0 comments on commit c7c1be6

Please sign in to comment.