Skip to content

Commit

Permalink
add empty line to docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmylai committed Mar 3, 2020
2 parents 24878a1 + 2711022 commit 1979ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcst/metadata/scope_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ class ScopeProvider(BatchableMetadataProvider[Optional[Scope]]):
more advanced static analysis. E.g. given a :class:`~libcst.FunctionDef`
node, we can check the type of its Scope to figure out whether it is a class method
(:class:`ClassScope`) or a regular function (:class:`GlobalScope`).
Scope metadata is available for most node types other than formatting information nodes
(whitespace, parentheses, etc.).
"""
Expand Down

0 comments on commit 1979ef6

Please sign in to comment.