12369: Grammar fix
[arvados.git] / doc / sdk / python / events.html.textile.liquid
index 6afb9b51a3658efeffb984cb155efca7d37d3b82..9960e668361aca9ac7e0645390b7f7d87cae3764 100644 (file)
@@ -4,8 +4,13 @@ navsection: sdk
 navmenu: Python
 title: Subscribing to events
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
 
-Arvados applications can subscribe to a live event stream from the database.  Events are described in the "Log record schema.":{{site.baseurl}}/api/schema/Log.html
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
+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
 
 <notextile>
 {% code 'events_py' as python %}