diff --git a/docs/usage_and_configuration/the_basics.md b/docs/usage_and_configuration/the_basics.md index 5c13a00cbc3..1deb4b749e2 100644 --- a/docs/usage_and_configuration/the_basics.md +++ b/docs/usage_and_configuration/the_basics.md @@ -265,7 +265,7 @@ extend-exclude = ''' # in the root of the project. ( ^/foo.py # exclude a file named foo.py in the root of the project - | *.py.bak # exclude a file with '.py.bak' suffix within the project + | *_pb2.py # exclude an auto-generated file by Protocol Buffer within the project ) ''' ```