Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix a few simple typos #558

Merged
merged 1 commit into from
Jun 11, 2021
Merged

docs: fix a few simple typos #558

merged 1 commit into from
Jun 11, 2021

Conversation

juarezr
Copy link
Member

@juarezr juarezr commented Jun 11, 2021

There are small typos in:

  • petl/io/sources.py
  • petl/test/io/test_avro.py
  • petl/transform/basics.py

Fixes:

  • Should read dependencies rather than depedencies.
  • Should read decompression rather than descompression.
  • Should read current rather than curent.

Closes #557

This PR has the objective of...

Changes

  1. Added new xyz to...
  2. Fixed a bug in...
  3. Changed the behaviour of...
  4. Improved the docs about...

Checklist

Checklist for for pull requests including new code and/or changes to existing code...

  • Code
    • Includes unit tests
    • New functions have docstrings with examples that can be run with doctest
    • New functions are included in API docs
    • Docstrings include notes for any changes to API or behaviour
    • All changes documented in docs/changes.rst
  • Testing
    • (Optional) Tested local against remote servers
    • Travis CI passes (unit tests run under Linux)
    • AppVeyor CI passes (unit tests run under Windows)
    • Unit test coverage has not decreased (see Coveralls)
  • Changes
    • (Optional) Just a proof of concept
    • (Optional) Work in progress
    • Ready to review
    • Ready to merge

There are small typos in:
- petl/io/sources.py
- petl/test/io/test_avro.py
- petl/transform/basics.py

Fixes:
- Should read `dependencies` rather than `depedencies`.
- Should read `decompression` rather than `descompression`.
- Should read `current` rather than `curent`.

Closes #557
@coveralls
Copy link

coveralls commented Jun 11, 2021

Coverage Status

Coverage decreased (-1.3%) to 89.981% when pulling 245bd58 on timgates42:bugfix_typos into fa4602e on petl-developers:master.

@juarezr juarezr merged commit 84c7b7f into petl-developers:master Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposing a PR to fix a few small typos
3 participants