Skip to content

Commit

Permalink
Fix inline literal syntax warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 6, 2024
1 parent 72a18cc commit 5e6b903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/importlib.metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ example, if ``requests-1.0`` is in the database, ``find_distributions``
would yield a ``DatabaseDistribution`` for ``Context(name='requests')``
or ``Context(name=None)``.

For the sake of simplicity, this example ignores ``context.path``. The
For the sake of simplicity, this example ignores ``context.path``\. The
``path`` attribute defaults to ``sys.path`` and is the set of import paths to
be considered in the search. A ``DatabaseImporter`` could potentially function
without any concern for a search path. Assuming the importer does no
Expand Down

0 comments on commit 5e6b903

Please sign in to comment.