GrahamDumpleton / wrapt

A Python module for decorators, wrappers and monkey patching.
BSD 2-Clause "Simplified" License
2.04k stars 230 forks source link

docs: fix simple typo, truncacted -> truncated #170

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in src/wrapt/importer.py.

Should read truncated rather than truncacted.

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

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 94.159% when pulling f2e46f9407d3b39b2221ea4ef43cdfa0ca86652c on timgates42:bugfix_typo_truncated into 264c06fd3850bd0cda6917ca3e87417b573e023f on GrahamDumpleton:develop.

varunagrawal commented 3 years ago

This is an easy fix, only docs. @GrahamDumpleton