Skip to content

Commit 82d1e3f

Browse files
Dia Patience Dauroleg-jukovec
andauthored
Remove extra space
Co-authored-by: Oleg Jukovec <[email protected]>
1 parent a8bc169 commit 82d1e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarantool/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def upsert(self, space_name, tuple_value, op_list, **kwargs):
791791
* `|` for bitwise OR (values must be unsigned numeric)
792792
* `^` for bitwise XOR (values must be unsigned numeric)
793793
* `:` for string splice (you must provide `offset`, `count`,
794-
and `value` for this operation)
794+
and `value` for this operation)
795795
* `!` for insertion (provide any element to insert)
796796
* `=` for assignment (provide any element to assign)
797797
* `#` for deletion (provide count of fields to delete)

0 commit comments

Comments
 (0)