Skip to content

Commit

Permalink
Merge pull request #45 from LumenYoung/main
Browse files Browse the repository at this point in the history
Fix typo in tutorial.rst
  • Loading branch information
GuardKenzie authored Oct 24, 2023
2 parents f02435e + c795ac3 commit cc1c505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Sixels
------
Drawing with sixels is easier than with kitty. You will not need to use :py:meth:`CanvasConfig.calc_canvas_geometry` or set the cell geometry. We can simply set the pixel mode to :py:attr:`PixelMode.CHAFA_PIXEL_MODE_SIXELS`::

config.pixel_mode = chafa.PixelMode.CHAFA_PIXEL_MODE_Sixels
config.pixel_mode = chafa.PixelMode.CHAFA_PIXEL_MODE_SIXELS

canvas = canvas(config)

Expand Down Expand Up @@ -478,4 +478,4 @@ I need more help!

If you are still stuck, don't worry! Hop over to the `discussions on GitHub`_ and ask your questions there! I will try to be as helpful as I can and get you up and running!

.. _`discussions on GitHub`: https://github.com/GuardKenzie/chafa.py/discussions
.. _`discussions on GitHub`: https://github.com/GuardKenzie/chafa.py/discussions

0 comments on commit cc1c505

Please sign in to comment.