Skip to content

No error when beginning with ' #3965

Description

@buhtz

Hi,
using latest codesepell (2.4.2).

  • This is not recognized as an error: 'beginns
  • But this is an error: ' beginns (There is a blank as second character)

Here is the original python code:

        # no error
        self._rowidx_repeated = _create_form_entry(
            label=_(
                'Trigger a backup when a new hour, day, week, or month '
                'beginns. If the system was off, it runs on the next start.'
            ),
            tooltip=_REPEATEDLY_TOOLTIP
        )
 
        # ERROR
        self._rowidx_repeated = _create_form_entry(
            label=_(
                'Trigger a backup when a new hour, day, week, or month '
                ' beginns. If the system was off, it runs on the next start.'
            ),
            tooltip=_REPEATEDLY_TOOLTIP
        )
 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions