Skip to content

Commit a35da7a

Browse files
committed
Fixed typo
1 parent 92707e9 commit a35da7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You can set these variables from the command line.
55
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
7-
SPHINXPROJ = syncropath_export
7+
SPHINXPROJ = syncropatch_export
88
SOURCEDIR = source
99
BUILDDIR = build
1010

docs/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if "%SPHINXBUILD%" == "" (
99
)
1010
set SOURCEDIR=source
1111
set BUILDDIR=build
12-
set SPHINXPROJ=syncropath_export
12+
set SPHINXPROJ=syncropatch_export
1313

1414
if "%1" == "" goto help
1515

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
# General information about the project.
5252
project = u'Syncropatch export'
53-
# copyright = syncropath_export.COPYRIGHT
53+
# copyright = syncropatch_export.COPYRIGHT
5454

5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)