Python Testing with pytest, Second Edition: typo "one tox environment" (179)

@brianokken

Python Testing with pytest, Second Edition: typo “one tox environment” (179)

The following sentence appears to have a typo (bolded):

There are also times when IDEs may be difficult to use, such as while debugging code on a remote system or when debugging one tox environment.

Perhaps what was intended was this:

There are also times when IDEs may be difficult to use, such as while debugging code on a remote system or when debugging on a tox environment.