8000 importlib.resources: use synopsis in module heading · python/cpython@31a309e · GitHub
[go: up one dir, main page]

Skip to content

Commit 31a309e

Browse files
committed
importlib.resources: use synopsis in module heading
The synopsis provides a much better and quite succinct explanation of the purpose of the module.
1 parent faf9546 commit 31a309e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/importlib.resources.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
:mod:`importlib.resources` -- Resources
2-
---------------------------------------
1+
:mod:`importlib.resources` -- Package resource reading, opening and access
2+
--------------------------------------------------------------------------
33

44
.. module:: importlib.resources
55
:synopsis: Package resource reading, opening, and access

0 commit comments

Comments
 (0)
0