Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix misleading comment on a global MeatAxe variable
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-king-jena committed Sep 14, 2017
1 parent f6bb5bd commit 3401f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/meataxe.pxd
Expand Up @@ -158,7 +158,7 @@ from cpython.bytes cimport PyBytes_AsString
cdef void sage_meataxe_error_handler(const MtxErrorRecord_t *err)

cdef inline meataxe_init():
## Define an environment variable that enables MeatAxe to find
## Assign to a variable that enables MeatAxe to find
## its multiplication tables.
import os
from sage.env import DOT_SAGE
Expand Down

0 comments on commit 3401f04

Please sign in to comment.