diff --git a/source/docs/operators/bitwise_left_shift_assignment.rst b/source/docs/operators/bitwise_left_shift_assignment.rst index d408faa..5fc893d 100644 --- a/source/docs/operators/bitwise_left_shift_assignment.rst +++ b/source/docs/operators/bitwise_left_shift_assignment.rst @@ -8,7 +8,7 @@ Performs bitwise left shift and assigns value to the left operand. Syntax ====== -A >>= B +A <<= B *A* Integer object. @@ -36,4 +36,4 @@ Example See also ======== -#TODO \ No newline at end of file +#TODO