Update ctags.md

This commit is contained in:
paul-gauthier 2023-05-21 22:21:28 -07:00 committed by GitHub
parent 5a1a7e27e1
commit fdf2faf5b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ Using only the meta-data in the map, GPT is able to:
- Decide that the `Coder` class looks complex enough to use a `MagickMock`.
It makes one reasonable mistake in the first version of the test, but is
GPT makes one reasonable mistake in the first version of the test, but is
able to quickly fix the issue after being shown the `pytest` error output.
## Try it out