The type of wait_condition.status is str (#310)

The `wait_condition.status` key is a string.

- Use actually string in the documentation
- Use core's `boolean()` method to convert the value internally to
  boolean
This commit is contained in:
Gonéri Le Bouder
2020-11-25 14:01:38 -05:00
committed by GitHub
parent 4d94cb9439
commit 8f14bf6c46
3 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- Adjust the documentation to clarify the fact ``wait_condition.status`` is a string.