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

Commit

Permalink
fix doctest for sage.env.sage_include_directories()
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Mar 19, 2022
1 parent 55a711e commit 0463009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ def sage_include_directories(use_sources=False):
sage: import sage.env
sage: sage.env.sage_include_directories()
['.../site-packages',
'.../site-packages/numpy/core/include',
['...',
'.../numpy/core/include',
'.../include/python...']
To check that C/C++ files are correctly found, we verify that we can
Expand Down

0 comments on commit 0463009

Please sign in to comment.