Fixed a few punctuation issues.

This commit is contained in:
Eric Traut 2019-11-30 10:53:46 -08:00
parent ac69188758
commit 45f86b2965

View File

@ -1,6 +1,6 @@
# Pyright Configuration
Pyright offers flexible configuration options specified in a JSON-formatted text configuration. By default, the file is called "pyrightconfig.json" and is located within the root directory of your project. Multi-root workspaces ("Add Folder to Workspace..."), are supported and each workspace root can have its own "pyrightconfig.json" file.
Pyright offers flexible configuration options specified in a JSON-formatted text configuration. By default, the file is called “pyrightconfig.json” and is located within the root directory of your project. Multi-root workspaces (“Add Folder to Workspace…”) are supported, and each workspace root can have its own “pyrightconfig.json” file.
Relative paths specified within the config file are relative to the config files location. Paths with shell variables (including `~`) are not supported.