appengine-python-standard
appengine-python-standard copied to clipboard
Update docstring to match the actual class name
The class name mentioned in the deferred.py
docstring did not match the actual class name - Handler
. It was probably renamed from TaskHandler
to Handler
in the past.
https://github.com/GoogleCloudPlatform/appengine-python-standard/blob/a900a13130eb71d6f2dd67ca2d1573c7559053d9/src/google/appengine/ext/deferred/deferred.py#L313C1-L313C10
- [x]
Tests pass - [x] Appropriate changes to README are included in PR