Skip to content

Commit a17dda0

Browse files
evandrocoanc42f
authored andcommitted
Removed the .py extension from the cog.py command line (#65)
Cog is now installable via pip
1 parent 2f9335a commit a17dda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinyformat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)