From ce1c58b18d80553d1fd3b6f5e48e5fea8292d16f Mon Sep 17 00:00:00 2001 From: Laszlo Treszkai Date: Mon, 3 Jun 2019 13:40:03 +0200 Subject: [PATCH] Fix :file:``filename`` instances --- source/specifications/entry-points.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/specifications/entry-points.rst b/source/specifications/entry-points.rst index dc265e0bf..a3b7d05c6 100644 --- a/source/specifications/entry-points.rst +++ b/source/specifications/entry-points.rst @@ -77,8 +77,8 @@ newer tools such as pip and virtualenv use a different model. File format =========== -Entry points are defined in a file called :file:``entry_points.txt`` in the -:file:``*.dist-info`` directory of the distribution. This is the directory +Entry points are defined in a file called :file:`entry_points.txt` in the +:file:`*.dist-info` directory of the distribution. This is the directory described in :pep:`376` for installed distributions, and in :pep:`427` for wheels. The file uses the UTF-8 character encoding.