| Index: vpython/api/vpython/spec.proto
|
| diff --git a/vpython/api/vpython/spec.proto b/vpython/api/vpython/spec.proto
|
| index ae1b1ac8e94a42b5051071f96d8eba04b7d50138..ab867e20abdf8934af070fe1b7701fd5e4da0e20 100644
|
| --- a/vpython/api/vpython/spec.proto
|
| +++ b/vpython/api/vpython/spec.proto
|
| @@ -53,5 +53,5 @@ message Spec {
|
| // environment parameters. However, a given specification may offer its own
|
| // set of PEP425 tags representing the systems that it wants to be verified
|
| // against.
|
| - repeated vpython.Pep425Tag verify_pep425_tag = 4;
|
| + repeated vpython.PEP425Tag verify_pep425_tag = 4;
|
| }
|
|
|