Skip to content

Commit 3de0606

Browse files
committed
Updated sample_append comment about current_version
1 parent 60f39ab commit 3de0606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample_append.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
client.append_to_stream( # Append the event to the SampleStream
3232
event_stream, # Name of the stream to append the event to
3333
events=[new_event], # The event to append (in a list)
34-
current_version=StreamState.ANY # Set to append regardless of the current stream state (i.e. disable concurrency check)
34+
current_version=StreamState.ANY # Set to append regardless of the current stream state (you can ignore this for now)
3535
)
3636

3737
##############################################

0 commit comments

Comments
 (0)