Skip to content

Commit d2f0fea

Browse files
Fix trailing spaces.
1 parent 6fcc381 commit d2f0fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/server-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ at [`logging.config` documentation page](https://docs.python.org/3.6/library/log
8282
- `TABPY_KEY_FILE` - absolute path to private key file to run TabPy with.
8383
Only used with `TABPY_TRANSFER_PROTOCOL` set to `https`. Default value -
8484
not set.
85-
- `TABPY_MINIMUM_TLS_VERSION` - set the minimum TLS version that the server
86-
will accept for secure connections (`TLSv1_2`, `TLSv1_3`, etc). Refer to
85+
- `TABPY_MINIMUM_TLS_VERSION` - set the minimum TLS version that the server
86+
will accept for secure connections (`TLSv1_2`, `TLSv1_3`, etc). Refer to
8787
[docs.python.org](https://docs.python.org/3/library/ssl.html#ssl.TLSVersion.MINIMUM_SUPPORTED)
8888
for acceptable values. Default value - `TLSv1_2`.
8989
- `TABPY_LOG_DETAILS` - when set to `true` additional call information

0 commit comments

Comments
 (0)