encode / httpx

A next generation HTTP client for Python. 🦋
https://www.python-httpx.org/
BSD 3-Clause "New" or "Revised" License
12.7k stars 811 forks source link

Removed leading $ from cli code blocks #3174

Closed shinyzhu closed 2 months ago

shinyzhu commented 2 months ago

Summary

This fix would reduce typing when copying cli codes from the docs. Now you can just click the copy button then without any modify to paste to your cli.

For example, if the cli code comes with a $, when I copied it I need remove the leading $ in my cli.

The normal code blocks are not changed. :)

Hope this could improve the experience.

Checklist