Skip to content

Commit

Permalink
Typo suprise -> surprise
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642022501
  • Loading branch information
CLIF Team authored and rwgk committed Aug 27, 2024
1 parent 03fe28c commit 8c3715f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clif/python/primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ object or a property-accessed object of a container type (`list`, `dict`,
is a copy of the C++ container and mutations to the object on Python side are
not reflected in C++.

To avoid such non-pythonic suprises, use the _unproperty_ feature to expose a
container field to Python as getter and setter methods. That way calling
the _setter_ explicitly describes when to update the C++ field value.
To avoid such non-pythonic surprises, use the *unproperty* feature to expose a
container field to Python as getter and setter methods. That way calling the
*setter* explicitly describes when to update the C++ field value.

## Wrapping Functions

Expand Down

0 comments on commit 8c3715f

Please sign in to comment.