diff options
Diffstat (limited to 'docs/source/lang/assignment.rst')
-rw-r--r-- | docs/source/lang/assignment.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/lang/assignment.rst b/docs/source/lang/assignment.rst index 16f0bf4..b6ad4d5 100644 --- a/docs/source/lang/assignment.rst +++ b/docs/source/lang/assignment.rst @@ -2,8 +2,8 @@ .. _lang-assignment: -= assignment operator (single equal sign) -========================================= +Assignment Operator (``=``) +=========================== Stores the value to the right of the equal sign in the variable to the left of the equal sign. |