summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-11-18 18:08:39 -0500
committerGitHub <noreply@github.com>2021-11-18 18:08:39 -0500
commit24c766c034c7eb3ed784033a19587d835a7f92a8 (patch)
treebfd12c4ee3abbfc1043acf6a8f6c8baedd8cd10d /docs
parentbe0310d0469a07fdb3224b5736a99738eb8aba62 (diff)
parent9eb8fb9be37d1481b9940d0d9a88a24f58d0b6a5 (diff)
downloadpython-setuptools-git-24c766c034c7eb3ed784033a19587d835a7f92a8.tar.gz
Merge pull request #2890 from icemac/patch-1
Reduce resource_string documentation confusion.
Diffstat (limited to 'docs')
-rw-r--r--docs/pkg_resources.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pkg_resources.rst b/docs/pkg_resources.rst
index fb5fc077..c1158189 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.