Skip to content

Commit

Permalink
Fix typo (#34289)
Browse files Browse the repository at this point in the history
Update index.md

Removes duplicated "with" on line 149
  • Loading branch information
JulioGitLab committed Jun 20, 2024
1 parent 7016e37 commit c966e0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ For example, the following languages/frameworks come with a development server:
php -S localhost:8000
```

If you're not working directly with with a server-side framework or a programming language that provides a development server, Python's `http.server` module can also be used to test server-side code written in languages such as Python, PHP, JavaScript, and so on, by invoking server-side Common Gateway Interface (CGI) scripts.
If you're not working directly with a server-side framework or a programming language that provides a development server, Python's `http.server` module can also be used to test server-side code written in languages such as Python, PHP, JavaScript, and so on, by invoking server-side Common Gateway Interface (CGI) scripts.
For examples of how to use this feature see [Execute a Script Remotely Through the Common Gateway Interface (CGI)](https://realpython.com/python-http-server/#execute-a-script-remotely-through-the-common-gateway-interface-cgi) in _How to Launch an HTTP Server in One Line of Python Code_ on realpython.com.

0 comments on commit c966e0e

Please sign in to comment.