diff options
author | Saniya Maheshwari <saniya.mah@gmail.com> | 2022-06-11 14:18:26 +0530 |
---|---|---|
committer | Saniya Maheshwari <saniya.mah@gmail.com> | 2022-06-11 14:18:26 +0530 |
commit | 357ff63443f09b603f47382a205a970af7611ca0 (patch) | |
tree | 441adf12f2bf215fe3b13c4d60dd4dcfb14908e1 /docs/userguide | |
parent | f40d600cb512b944bc4e6be2d57700ad411840f2 (diff) | |
download | python-setuptools-git-357ff63443f09b603f47382a205a970af7611ca0.tar.gz |
This statement is not required
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/entry_point.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst index 9fa72be0..c39c65e3 100644 --- a/docs/userguide/entry_point.rst +++ b/docs/userguide/entry_point.rst @@ -389,8 +389,6 @@ get the following: Therefore, our plugin works. -Let us discuss a few points in this example in more detail. - importlib.metadata ------------------ |