Skip to content

Commit b4a8201

Browse files
committed
Merge PR #209 into 16.0
Signed-off-by gurneyalex
2 parents d884398 + d220596 commit b4a8201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

connector_elasticsearch/models/se_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class SeBackend(models.Model):
4545
es_max_retries = fields.Integer(
4646
string="Elasticsearch max retries",
4747
default=0,
48-
help="Number of retries, when an occurs. "
48+
help="Number of retries, when an error occurs. "
4949
"0 or negative means no retries and the exception is raised.",
5050
)
5151
es_retry_on_timeout = fields.Boolean(

0 commit comments

Comments
 (0)