Skip to content

Commit 441b3b7

Browse files
authored
docs: Fix typo in selectively-inspect.md (#383)
1 parent 4c6907c commit 441b3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/users/how-to/selectively-inspect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Inspecting specific objects
22

3-
Griffe by default parses and visits your code (static analysis) instead of importing it and inspecting objects in memory (dynamic analysis). There are various reasons why static analysis is generally a better approach, but sometimes it is insufficient to handle particularly dynamic objects. When this happpens and Griffe cannot handle specific objects, you have a few solutions:
3+
Griffe by default parses and visits your code (static analysis) instead of importing it and inspecting objects in memory (dynamic analysis). There are various reasons why static analysis is generally a better approach, but sometimes it is insufficient to handle particularly dynamic objects. When this happens and Griffe cannot handle specific objects, you have a few solutions:
44

55
1. enable dynamic analysis for the whole package
66
2. write a Griffe extension that dynamically handles just the problematic objects

0 commit comments

Comments
 (0)