diff options
-rw-r--r-- | doc/manual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 0a67dd3fa..2824f186a 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -2516,7 +2516,7 @@ the variable has been initialized and does not rely on syntactic properties: # use x -let statement +Let statement ------------- A ``let`` statement declares new local and global `single assignment`:idx: |