Skip to content

Commit 7cfd55b

Browse files
committed
REFACT: functional.py --> operations.py
1 parent 54e8f6c commit 7cfd55b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Module: `base`
1414
:members:
1515
:undoc-members:
1616

17-
Module: `functional`
17+
Module: `operations`
1818
====================
1919

20-
.. automodule:: graphtik.functional
20+
.. automodule:: graphtik.operations
2121
:members:
2222
:undoc-members:
2323

graphtik/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
__summary__ = __doc__.splitlines()[0]
1111
__uri__ = "https://github.com/pygraphkit/graphtik"
1212

13-
from .functional import operation, compose
13+
from .operations import operation, compose
1414
from .modifiers import * # noqa, on purpose to include any new modifiers
1515

File renamed without changes.

0 commit comments

Comments
 (0)