Skip to content

Commit ef32e9d

Browse files
committed
Merge pull request #575 from dissolved/master
Typo and grammar fixes.
2 parents 0058198 + e79bbce commit ef32e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing/structure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ 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
217-
have methods and properties. In this understanding, Python is an
216+
object, they have a type, they can be passed as function arguments, and they
217+
may have methods and properties. In this understanding, Python is an
218218
object-oriented language.
219219

220220
However, unlike Java, Python does not impose object-oriented programming as the

0 commit comments

Comments
 (0)