This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 94f851f136888e0528e6798f27ee49673fd200de
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Apr 18 20:48:20 2020 +0100

    Fix formatting of Pool docs in concepts.rst (#8443)
    
    (cherry picked from commit d94bcf7bfd3e1511f3b6ca5bed415a4ea99c0765)
---
 docs/concepts.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/concepts.rst b/docs/concepts.rst
index 24f663f..b3a054f 100644
--- a/docs/concepts.rst
+++ b/docs/concepts.rst
@@ -500,8 +500,8 @@ reached, runnable tasks get queued and their state will 
show as such in the
 UI. As slots free up, queued tasks start running based on the
 ``priority_weight`` (of the task and its descendants).
 
-``Pools are not thread-safe , in case of more than one scheduler in 
localExecutor Mode
-you can't ensure the non-scheduling of task even if the pool is full.``
+Pools are not thread-safe , in case of more than one scheduler in 
localExecutor Mode
+you can't ensure the non-scheduling of task even if the pool is full.
 
 Note that if tasks are not given a pool, they are assigned to a default
 pool ``default_pool``.  ``default_pool`` is initialized with 128 slots and

Reply via email to