Skip to content

Commit

Permalink
Fix formatting for link to QualifiedName class in docs (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke authored Apr 28, 2021
1 parent 3b21fa9 commit d1606b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcst/metadata/name_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def _module_name(path: str) -> Optional[str]:
class FullyQualifiedNameProvider(BatchableMetadataProvider[Collection[QualifiedName]]):
"""
Provide fully qualified names for CST nodes. Like :class:`QualifiedNameProvider`,
but the provided :class:`QualifiedName`s have absolute identifier names instead of
local to the current module.
but the provided :class:`QualifiedName` instances have absolute identifier names
instead of local to the current module.
This provider is initialized with the current module's fully qualified name, and can
be used with :class:`~libcst.metadata.FullRepoManager`. The module's fully qualified
Expand Down

0 comments on commit d1606b7

Please sign in to comment.