Unverified Kaydet (Commit) 92a58417 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

Fix typo in object.__getnewargs__() documentation (GH-7554)

(cherry picked from commit 0e0534c4)
Co-authored-by: 's avatarAndrés Delfino <adelfino@gmail.com>
üst 0cf58f49
......@@ -510,7 +510,7 @@ methods:
.. method:: object.__getnewargs__()
This method serve a similar purpose as :meth:`__getnewargs_ex__`, but
This method serves a similar purpose as :meth:`__getnewargs_ex__`, but
supports only positional arguments. It must return a tuple of arguments
``args`` which will be passed to the :meth:`__new__` method upon unpickling.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment