hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.58k stars 291 forks source link

docs: fix simple typo, requred -> required #578

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in test/test_autopep8.py.

Should read required rather than requred.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

codecov-io commented 3 years ago

Codecov Report

Merging #578 (bf01df2) into master (42aaa2a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #578   +/-   ##
=======================================
  Coverage   97.71%   97.71%           
=======================================
  Files           1        1           
  Lines        2362     2362           
=======================================
  Hits         2308     2308           
  Misses         54       54           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 42aaa2a...bf01df2. Read the comment docs.