docs: fix simple typo, proided -> provided (#2144)

There is a small typo in powerline/lint/spec.py.

Should read `provided` rather than `proided`.
This commit is contained in:
Tim Gates 2020-12-22 20:58:38 +11:00 committed by GitHub
parent f401ee3106
commit 999c84a5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ class Spec(object):
'''Define message which will be used when unknown key was found
Unknown is a key that was not provided at the initialization and via
:py:meth:`Spec.update` and did not match any ``keyfunc`` proided via
:py:meth:`Spec.update` and did not match any ``keyfunc`` provided via
:py:meth:`Spec.unknown_spec`.
:param msgfunc: