Skip to content

Commit e79bbce

Browse files
author
Ryan Sandridge
committed
Adding conjunction "and" after the serial comma.
1 parent 45c01b0 commit e79bbce

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-
object, 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)