Skip to content

Commit

Permalink
Fix rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 28, 2022
1 parent 6d52d0f commit 14a79f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions click_extra/platform.py
Expand Up @@ -135,12 +135,16 @@ def is_wsl1():
version <https://github.com/andweeb/presence.nvim/pull/64#issue-1174430662>`_:
- WSL 1:
.. code-block:: shell-session
.. code-block:: shell-session
$ uname -r
4.4.0-22572-Microsoft
- WSL 2:
.. code-block:: shell-session
.. code-block:: shell-session
$ uname -r
5.10.102.1-microsoft-standard-WSL2
"""
Expand Down

0 comments on commit 14a79f7

Please sign in to comment.