File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -380,11 +380,11 @@ TINYFORMAT_DEFINE_FORMATVALUE_CHAR(unsigned char)
380
380
#define TINYFORMAT_PASSARGS_TAIL (n ) TINYFORMAT_PASSARGS_TAIL_ ## n
381
381
382
382
// 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
384
384
// the need for a bunch of complex (but more general) preprocessor tricks as
385
385
// used in boost.preprocessor.
386
386
//
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`
388
388
// (see http://nedbatchelder.com/code/cog). Alternatively you can just create
389
389
// extra versions by hand.
390
390
You can’t perform that action at this time.
0 commit comments