Misprints in code - Mailing list pgsql-docs

From PG Doc comments form
Subject Misprints in code
Date
Msg-id 173209043143.2092749.13692266486972491694@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/plpython-data.html
Description:

https://www.postgresql.org/docs/16/plpython-data.html#PLPYTHON-DATA-SET-RETURNING-FUNCS
The code contains a misprint in the following section:    Iterator (any
object providing __iter__ and next methods)

 def next (self):  must be:  def __next__ (self): 

Also, the header - Iterator (any object providing __iter__ and next methods)
 should be  Iterator (any object providing __iter__ and __next__ methods)

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: fir for row level security
Next
From: Daniel Gustafsson
Date:
Subject: Re: A minor bug in doc. Hovering over heading shows # besides it.