Merge branch '15888-remove-py2-from-test' into master
[arvados.git] / doc / sdk / python / events.html.textile.liquid
index 302af20c83ebc79d60ebcce2f69d20c5a9b26723..78fe9272bf8c9816b1e035290ca45486bed2547c 100644 (file)
@@ -13,7 +13,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 Arvados applications can subscribe to a live event stream from the database.  Events are described in the "Log resource.":{{site.baseurl}}/api/methods/logs.html
 
 {% codeblock as python %}
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import arvados
 import arvados.events