about summary refs log tree commit diff
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorAndré Schröder <andre.schroeder@andresco.de>2023-02-01 23:00:16 +0100
committerAndré Schröder <andre.schroeder@andresco.de>2023-02-01 23:00:16 +0100
commitb2c8b539ac490f1e9c0e45efd65afd909fe41bbc (patch)
treed4eb0a0a648572fab391e9b30d888bc8c3eb1e94 /doc/languages-frameworks/python.section.md
parent98cc33580fe34ffc1ffd3a6017619c58450bcfa0 (diff)
downloadnixlib-b2c8b539ac490f1e9c0e45efd65afd909fe41bbc.tar
nixlib-b2c8b539ac490f1e9c0e45efd65afd909fe41bbc.tar.gz
nixlib-b2c8b539ac490f1e9c0e45efd65afd909fe41bbc.tar.bz2
nixlib-b2c8b539ac490f1e9c0e45efd65afd909fe41bbc.tar.lz
nixlib-b2c8b539ac490f1e9c0e45efd65afd909fe41bbc.tar.xz
nixlib-b2c8b539ac490f1e9c0e45efd65afd909fe41bbc.tar.zst
nixlib-b2c8b539ac490f1e9c0e45efd65afd909fe41bbc.zip
nixos/doc: fix typo in python.section.md
Diffstat (limited to 'doc/languages-frameworks/python.section.md')
-rw-r--r--doc/languages-frameworks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 0ca20617b851..c1945adb1cd3 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -58,7 +58,7 @@ with a nix-shell that has `numpy` and `toolz` in Python 3.9; then we will create
 a re-usable environment in a single-file Python script; then we will create a
 full Python environment for development with this same environment.
 
-Philosphically, this should be familiar to users who are used to a `venv` style
+Philosophically, this should be familiar to users who are used to a `venv` style
 of development: individual projects create their own Python environments without
 impacting the global environment or each other.