On Wed, 30 Mar 2022 at 09:59, R R <rolland.r.ru...@gmail.com> wrote:
>
> Hi, per the front page of the Python Wiki at wiki.python.org,
>
> "If you want to edit a page and have just signed up...  please write to the 
> pydotorg-www mailing list describing what you would like to edit, and we'll 
> add you to the EditorsGroup"
>
> My username on the wiki is RollandRusin 
> (https://wiki.python.org/moin/RollandRusin), email the same as the one I'm 
> using to send this (rolland.r.ru...@gmail.com), and I'm requesting to be 
> added to the EditorsGroup.
>
> Firstly, I'd like to contribute a fix to the parentheses on the "Average 
> Case" column for the "Intersection s&t" row under "set".
>
> O(min(len(s), len(t)) ->  O(min(len(s), len(t)))
>
> The big O notation for this cell is not properly closed and has been 
> bothering me.
>

Not sure which page that is, but copyediting is always welcome. Thank
you for offering to fix that! You should have editing access now.

ChrisA
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to