Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e82e779

Browse files
committed
Fix typos in change note.
1 parent 9f93bf8 commit e82e779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

change-notes/1.20/analysis-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
| **Query** | **Expected impact** | **Change** |
1818
|----------------------------|------------------------|------------------------------------------------------------------|
19-
| Unused import (`py/unused-import`) | Fewer false positive results | Results where the imported module is used in a doctest string are no longer reported |
19+
| Unused import (`py/unused-import`) | Fewer false positive results | Results where the imported module is used in a `doctest` string are no longer reported. |
2020

2121
## Changes to code extraction
2222

0 commit comments

Comments
 (0)