[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Describe the error
From: |
Patrick Alken |
Subject: |
Re: Describe the error |
Date: |
Wed, 19 May 2021 09:38:20 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 |
Thanks, I fixed this bug on the git
On 5/19/21 9:13 AM, Mark Galassi wrote:
>> The descriptions of function gsl_histogram_max_bin and
>> function gsl_histogram_min_bin have something in common.
>> Is that a problem?
> I think you mean to say "the description of gsl_histogram_min_bin has an
> error: it says maximum instead of minimum in one place". Looking at it I
> think you might be right. This patch should fix it:
>
> diff --git a/doc/histogram.rst b/doc/histogram.rst
> index c25e342a..f5287b60 100644
> --- a/doc/histogram.rst
> +++ b/doc/histogram.rst
> @@ -322,7 +322,7 @@ Histogram Statistics
> .. function:: size_t gsl_histogram_min_bin (const gsl_histogram * h)
>
> This function returns the index of the bin containing the minimum
> - value. In the case where several bins contain the same maximum value the
> + value. In the case where several bins contain the same minimum value the
> smallest index is returned.
>
> .. index::
>
>
> Your other question:
>
>> And I am trying to translate the manual into Chinese.
>> But for me, some words are difficult to understand. Could
>> you please help me to proofread them?
> It's really wonderful that you are translating the manual into Chinese.
> Unfortunately I cannot help you because I don't know how to read Chinese, but
> I hope someone else can.
>