Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gplepage committed May 8, 2014
1 parent c8dc553 commit face5f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Expand Up @@ -11,6 +11,11 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.

Version ????
====================

- Corrected typo in documentation (annotated example).

Version 3.6.3 - 2014-02-02
===========================

Expand Down
4 changes: 2 additions & 2 deletions doc/source/corrfitter.rst
Expand Up @@ -952,13 +952,13 @@ to fit the data::
models = [
Corr2(
datatag='etas',
tp=tp, tdata=range(tmin), tfit=range(tmin, tp-tmin),
tp=tp, tdata=range(tp), tfit=range(tmin, tp-tmin),
a='etas:a', b='etas:a', dE='etas:dE'
),
Corr2(
datatag='Ds',
tp=tp, tdata=range(tmin), tfit=range(tmin, tp-tmin),
tp=tp, tdata=range(tp), tfit=range(tmin, tp-tmin),
a=('Ds:a', 'Ds:ao'), b=('Ds:a', 'Ds:ao'),
dE=('Ds:dE', 'Ds:dEo'), s=(1., -1.)
),
Expand Down

0 comments on commit face5f9

Please sign in to comment.