diff --git a/docs/pkg_resources.rst b/docs/pkg_resources.rst index fb5fc0774f..c115818961 100644 --- a/docs/pkg_resources.rst +++ b/docs/pkg_resources.rst @@ -1151,7 +1151,7 @@ paths. will be read as-is. ``resource_string(package_or_requirement, resource_name)`` - Return the specified resource as a string. The resource is read in + Return the specified resource as ``bytes``. The resource is read in binary fashion, such that the returned string contains exactly the bytes that are stored in the resource.