summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/misc_util.py')
-rw-r--r--numpy/distutils/misc_util.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/numpy/distutils/misc_util.py b/numpy/distutils/misc_util.py
index 368390d3c..3f8b5cd42 100644
--- a/numpy/distutils/misc_util.py
+++ b/numpy/distutils/misc_util.py
@@ -1188,7 +1188,10 @@ class Configuration(object):
"""Add a sconscript to configuration.
pre_hook and post hook should be sequences of callable, which will be
- use before and after executing scons. """
+ use before and after executing scons.
+
+ sconscript can be None, which can be useful to add only post/pre
+ hooks."""
if standalone:
parent_name = None
else: