Fix typo in definition.py

It's is incorrect here, which can clearly be seen by expanding the contraction to "It is". Its is correct for possessive.
This commit is contained in:
SpoonOil 2024-06-13 22:16:38 -04:00 committed by GitHub
parent ecc44dffeb
commit af01cf92cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -296,7 +296,7 @@
option_type='to_color_or_none',
long_text='''
Default cursor color. If set to the special value :code:`none` the cursor will
be rendered with a "reverse video" effect. It's color will be the color of the
be rendered with a "reverse video" effect. Its color will be the color of the
text in the cell it is over and the text will be rendered with the background
color of the cell. Note that if the program running in the terminal sets a
cursor color, this takes precedence. Also, the cursor colors are modified if