Skip to content

Commit 3e7974c

Browse files
Fix typo in the text.
1 parent 30b8e8b commit 3e7974c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/readability/test_for_object_identity_should_be_is_not.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Test for object identity should be ``is``
22
========================================
33

44
Testing the identity of two objects can be achieved in python with a special operator called ``is``.
5-
Most prominently it is used to check whether an variable points to ``None``.
5+
Most prominently it is used to check whether a variable points to ``None``.
66
But the operator can examine any kind of identity.
77
This often leads to confusion because equality of two different objects will return ``False``.
88

0 commit comments

Comments
 (0)