Fix typos in change note.

This commit is contained in:
Mark Shannon
2019-01-18 11:51:11 +00:00
parent 9f93bf8d17
commit e82e7791fa

View File

@@ -16,7 +16,7 @@
| **Query** | **Expected impact** | **Change** |
|----------------------------|------------------------|------------------------------------------------------------------|
| Unused import (`py/unused-import`) | Fewer false positive results | Results where the imported module is used in a doctest string are no longer reported |
| Unused import (`py/unused-import`) | Fewer false positive results | Results where the imported module is used in a `doctest` string are no longer reported. |
## Changes to code extraction