File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -380,11 +380,11 @@ TINYFORMAT_DEFINE_FORMATVALUE_CHAR(unsigned char)
380380#define TINYFORMAT_PASSARGS_TAIL (n ) TINYFORMAT_PASSARGS_TAIL_ ## n
381381
382382// To keep it as transparent as possible, the macros below have been generated
383- // using python via the excellent cog.py code generation script. This avoids
383+ // using python via the excellent cog code generation script. This avoids
384384// the need for a bunch of complex (but more general) preprocessor tricks as
385385// used in boost.preprocessor.
386386//
387- // To rerun the code generation in place, use `cog.py -r tinyformat.h`
387+ // To rerun the code generation in place, use `cog -r tinyformat.h`
388388// (see http://nedbatchelder.com/code/cog). Alternatively you can just create
389389// extra versions by hand.
390390
You can’t perform that action at this time.
0 commit comments