Fix typo in mod_to_class docstring (#4371)

This commit is contained in:
Adam J. Stewart 2017-05-26 22:05:54 -05:00 committed by GitHub
parent 6f0ac9d54c
commit d3a82ce632

View File

@ -57,7 +57,7 @@ def mod_to_class(mod_name):
* Class names use the CapWords convention. * Class names use the CapWords convention.
Regular source code follows these convetions. Spack is a bit Regular source code follows these convetions. Spack is a bit
more liberal with its Package names nad Compiler names: more liberal with its Package names and Compiler names:
* They can contain '-' as well as '_', but cannot start with '-'. * They can contain '-' as well as '_', but cannot start with '-'.
* They can start with numbers, e.g. "3proxy". * They can start with numbers, e.g. "3proxy".