Skip to content

Commit 2a7c091

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#210 from artiegold/master
Fix "it's".
2 parents 6a65c03 + ffdde4a commit 2a7c091

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
@@ -251,7 +251,7 @@ Another way to say the same thing is to suggest using functions and procedures
251251
with as few implicit contexts and side-effects as possible. A function's
252252
implicit context is made up of any of the global variables or items in the persistence layer
253253
that are accessed from within the function. Side-effects are the changes that a function makes
254-
to it's implicit context. If a function saves or deletes data in a global variable or
254+
to its implicit context. If a function saves or deletes data in a global variable or
255255
in the persistence layer, it is said to have a side-effect.
256256

257257
Carefully isolating functions with context and side-effects from functions with

0 commit comments

Comments
 (0)