Skip to content

Commit 45c01b0

Browse files
author
Ryan Sandridge
committed
Fixing typo. Singular object, not plural.
1 parent 06fcb71 commit 45c01b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ can be somewhat misleading and needs to be clarified.
213213
In Python, everything is an object, and can be handled as such. This is what is
214214
meant when we say, for example, that functions are first-class objects.
215215
Functions, classes, strings, and even types are objects in Python: like any
216-
objects, they have a type, they can be passed as function arguments, they may
216+
object, they have a type, they can be passed as function arguments, they may
217217
have methods and properties. In this understanding, Python is an
218218
object-oriented language.
219219

0 commit comments

Comments
 (0)