diff options
author | Mark Wiebe <mwiebe@enthought.com> | 2011-07-19 15:42:04 -0500 |
---|---|---|
committer | Mark Wiebe <mwiebe@enthought.com> | 2011-07-19 15:42:07 -0500 |
commit | 6dcc6e45ac8c5e4fd0beb047364b8341a5c6b3c1 (patch) | |
tree | 9c842a9e56a09ade171a2d6f9b85d85704d02dcc /numpy/add_newdocs.py | |
parent | d6c3b44b6645a02754c0acff70b35131a01353dd (diff) | |
parent | 559095de6a429efe6a22e48388b23d8f73d7d5ab (diff) | |
download | numpy-6dcc6e45ac8c5e4fd0beb047364b8341a5c6b3c1.tar.gz |
MRG: Merge branch 'gandalf013/businessday2'
Changes busday_count to return negative values instead of clamping
to zero.
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 64f2f436a..334bd8c4b 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -6208,9 +6208,7 @@ add_newdoc('numpy.core.multiarray', 'busday_count', `enddates`, not including the day of `enddates`. If ``enddates`` specifies a date value that is earlier than the - corresponding ``begindates`` date value, the count will be 0. - However, in future this may change to a negative count of valid - days. + corresponding ``begindates`` date value, the count will be negative. .. versionadded:: 1.7.0 |