diff options
Diffstat (limited to 'docs/source/lang/dowhile.rst')
-rw-r--r-- | docs/source/lang/dowhile.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/lang/dowhile.rst b/docs/source/lang/dowhile.rst index 77e02a3..fe92226 100644 --- a/docs/source/lang/dowhile.rst +++ b/docs/source/lang/dowhile.rst @@ -2,8 +2,8 @@ .. _lang-dowhile: -do/while Loop -============= +``do``/``while`` +================ A ``do`` loop works in the same manner as a :ref:`while <lang-while>` loop, with the exception that the condition is tested |